Vcl.AxCtrls.TPropertyPageImpl.InitPropertyPage
Delphi
procedure InitPropertyPage; virtual;
C++
virtual void __fastcall InitPropertyPage();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TPropertyPageImpl |
説明
関連付けられているプロパティページを初期化します。
InitPropertyPage メソッドは呼び出さないでください。TPropertyPage オブジェクトおよび TPropertyPageImpl オブジェクトの両方を作成した後に,TActiveXPropertyPage がこのメソッドを呼び出します。TActiveXPropertyPage は TPropertyPageImpl's の PropertyPage プロパティを設定し,次に InitPropertyPage メソッドを呼び出します。InitPropertyPage メソッドは,TPropertyPage が関連付けられている TPropertyPageImpl を見つけられるように TPropertyPage の内部項目を設定します。さらに,InitPropertyPage メソッドはプロパティページのいくつかのプロパティを初期化します。