FMX.StdCtrls.TPresentedTextControl.SetTextInternal

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

Delphi

procedure SetTextInternal(const Value: string); virtual;

C++

virtual void __fastcall SetTextInternal(const System::UnicodeString Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl


説明

TPresentedTextControlText プロパティに新しい値を設定します。

SetTextInternal を使用すると、DoTextChanged を呼び出さずにテキスト プロパティに値を設定できます。

関連項目