FMX.StdCtrls.TPresentedTextControl.UpdateTextObject

From RAD Studio API Documentation
Jump to: navigation, search

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:

DoChanged calls UpdateTextObject.

See Also