I am newbie, especially in the case of borland. I have to understand a program but something make it dificult to understand.
The program has two method one is constructor,
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
Other is Formcreate
void __fastcall TForm1::FormCreate(TObject *Sender)
which one works firstly, the constructor or formcreate event could u give me information. Thanx you in advance
The program has two method one is constructor,
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
Other is Formcreate
void __fastcall TForm1::FormCreate(TObject *Sender)
which one works firstly, the constructor or formcreate event could u give me information. Thanx you in advance