DesignIntf.IWideProperty.GetValue

提供:RAD Studio API Documentation

Delphi

function GetValue: WideString;

C++

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

プロパティ

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

説明

プロパティの値を返します。

GetValue は、プロパティの値を表す、ワイド文字列を返します。

関連項目