System.WideStrings.TWideStrings.SetTextStr

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

Delphi

procedure SetTextStr(const Value: WideString); virtual;

C++

virtual void __fastcall SetTextStr(const System::WideString Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.WideStrings.pas
System.WideStrings.hpp
System.WideStrings TWideStrings

説明

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

SetTextStr は、Text プロパティの protected な書き込みの実装です。SetTextStr を呼び出すと、Value パラメータで指定した文字列でリストが置き換えられます。SetTextStr は、Value 内の復帰文字または改行文字を、新しい文字列を追加するときを示す区切り文字として使用し、一度に 1 つの文字列をリストに追加します。

関連項目