FormDestroy method

Applies to
TForm2

Declaration
procedure FormDestroy(Sender: TObject);

Implementation

procedure TForm2.FormDestroy(Sender: TObject);
begin try
fav_.free;
if HookID <> 0 then UnHookWindowsHookEx(HookID);
except end;End;


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