Kalender DFGEN

March 2010
M T W T F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

UFList

Unit ini akan memberi anda produk berupa Form List. Deklarasinya adalah:

type

TFFList = class(TForm)

Panel1: TPanel;

btLakukan: TBitBtn;

btTutup: TBitBtn;

Q1: TZQuery;

Panel2: TPanel;

Panel3: TPanel;

ListView1: TListView;

procedure FormCreate(Sender: TObject);

private

procedure SetKonektor(ACon: TZConnection);

function  GetKonektor: TZConnection;

procedure RefreshINterface;

public

property Konektor: TZConnection read GetKonektor write SetKonektor;

end;

procedure GenerateFormList(AKonektor: TZConnection;LTabel: TStrings); overload;

procedure GenerateFormList(AKonektor: TZConnection;NamaTabel:string); overload;