FMX.StdCtrls.TPresentedTextControl.UpdateTextObject
Delphi
procedure UpdateTextObject(const TextControl: TControl; const Str: string);
C++
void __fastcall UpdateTextObject(Fmx::Controls::TControl* const TextControl, const System::UnicodeString Str);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TPresentedTextControl |
Description
Updates the text of the TextObject.
UpdateTextObject accepts the following parameters:
TextControl
: TextObject.Str
: Text.
DoChanged calls UpdateTextObject.