plugin1BeforeLoad method

Applies to
TForm2

Declaration
procedure plugin1BeforeLoad(Sender: TObject; FileName: string; var AllowLoad: Boolean);

Implementation

procedure TForm2.plugin1BeforeLoad(Sender: TObject; FileName: String;
  var AllowLoad: Boolean);
begin try
_log_entry('Loading plugin module '+filename+', and find starting procedures...');
except end;End;


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