FormShow method

Applies to
TForm1

Declaration
procedure FormShow(Sender: TObject);

Implementation

procedure TForm1.FormShow(Sender: TObject);
begin try
if GroupBox1.Height = 69 then sp1.Caption := 'more...'
else sp1.Caption := 'hide...';
except end;End;


HTML generated by Time2HELP
http://www.time2help.com