Whacko
Full Member
Posts: 209 Reputation: 1
40 / / –
Joined: Apr 2002
|
O.P. RE: About Initialize()
no
code: var frmmanager : TFrmmanager;
function initialize(params):boolean;
begin
Application.CreateForm(TfrmManager, frmManager);
result := true;
end;
This post was edited on 07-22-2003 at 01:14 PM by Whacko.
I code in:
C
C++
Delphi
Visual Basic
Pascal
|
|