DesignIntf.IProperty.GetValue

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

Delphi

function GetValue: string;

C++

virtual System::UnicodeString __fastcall GetValue() = 0 ;

プロパティ

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

説明

文字列として形式化されたプロパティ値を返します。

GetValue メソッドは,プロパティ値を文字列として形式化します。GetValue は,プロパティ値を使用できない場合,例外を生成します。

関連項目