|
보통헤더파일을 수정하고 하던데요..기본적인 헤더파일 내용을 몰라서요..
이것이 헤더파일에 있는 내용인데요 해석좀 부탁드릴려구요..
class TForm1 : public TForm
{
__published:
void __fastcall FormCreate(TObject *Sender);
private:
public:
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
|