くだすれC++Builder(超初心者用)その3at TECH
くだすれC++Builder(超初心者用)その3 - 暇つぶし2ch166:デフォルトの名無しさん
07/09/06 19:52:53
initialize()ってなんだろ
ふつうこんな感じで使うよね?
(Form1.h)
class TForm1: public TForm
{
     :
     :
private:
    TMemoWithDnD* Memo1;
     :
     :
     :
};

(Form1.cpp)
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
    Memo1 = new TMemoWithDnD(TForm1);
}
//---------------------------------------------------------------------------
void __fastcall TForm1::reset()
{
    Memo1->Liness->Clear();
}


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch