DesignEditors.TPropertyEditor.SetStrValue

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

Delphi

procedure SetStrValue(const Value: string);

C++

void __fastcall SetStrValue(const System::UnicodeString Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

説明

編集されているすべてのオブジェクトのプロパティ値を変更します。

SetStrValue メソッドを呼び出すと,GetComponent メソッドで返されるすべてのオブジェクトのプロパティ値を変更できます。SetStrValue メソッドを呼び出すのは,プロパティが文字型の場合に限られます。SetStrValue メソッドを使って変更した場合,Modified メソッドを呼び出す必要はありません。

関連項目