DesignIntf.IPropertyDescription.GetDescription
Delphi
function GetDescription: string;
C++
virtual System::UnicodeString __fastcall GetDescription() = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IPropertyDescription |
説明
現在のプロパティの説明を返します。これは、プロパティの説明を表す文字列を取得します。
プロパティ インスペクタの選択で、説明ペインを表示するように設定されている場合、GetDescription の結果が、プロパティ リストの下にあるペインの オブジェクト インスペクタ 内に、プロパティ名と一緒に表示されます。