Class TForm1 (unit Test1) |
TForm
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
Button1Click(self);
il1:= TILB2.Create(self); with il1 do begin parent:=self; Left := 264; Top := 64; Width := 170; Height := 93; ItemHeight := 16; Style := lbOwnerDrawVariable; TabOrder := 10; Indent := itab; PosIndent := 48; DrawLines:=true; font.color:=clblack; FontHeader.Color:=clRed; FontHeader.Style:=[fsItalic]; DrawLineColor:=clYellow; color:=claqua; end;
Properties |
Events |
Variables |