DesignIntf.IWideProperty.SetValue

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

Delphi

procedure SetValue(const Value: WideString);

C++

virtual void __fastcall SetValue(const System::WideString Value) = 0 ;

プロパティ

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

説明

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

SetValue は、プロパティの値を、指定されたパラメータに設定します。

関連項目