Hi i use borland c++ builder as my c++ compiler. As a default option you can use a form defined as below
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
}
does anyone know how to get a handle on this form, ive tried always but none with success
thanks