DesignIntf.IProperty.GetProperties

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure GetProperties(Proc: TGetPropProc);

C++

virtual void __fastcall GetProperties(TGetPropProc Proc) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IProperty

説明

あるプロパティのサブプロパティを,コールバック手続きに提供します。

オブジェクトインスペクタは,プロパティを展開してサブプロパティが表示されたときに,GetProperties メソッドを呼び出します。GetAttributes メソッドから paSubProperties を返すプロパティエディタは,GetProperties メソッドを実装して適切なプロパティエディタを作成し,その IProperty インターフェースをプロパティの各サブプロパティ(またはネストされたプロパティ)の Proc パラメータに渡さなければなりません。

関連項目