Panel16Resize method |
Applies to
TForm2
Declaration
procedure Panel16Resize(Sender: TObject);Implementation
procedure TForm2.Panel16Resize(Sender: TObject); begin try wikibooks_console.Width:=Panel16.Width+157; wikibooks_console.Height:=Panel16.Height; except end;End; |
|