plugin1AfterLoad method

Applies to
TForm2

Declaration
procedure plugin1AfterLoad(Sender: TObject; FileName: string; const ALibHandle: Cardinal; var AllowLoad: Boolean);

Implementation

procedure TForm2.plugin1AfterLoad(Sender: TObject; FileName: String;
  const ALibHandle: Cardinal; var AllowLoad: Boolean);
begin try
_log_entry('Load plugin module '+filename+', successfully');
except end;End;


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