FMX.Controls.TTextControl.SetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetText(const Value: string); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl

Description

Protected setter implementation for the Text property.

In descendants, override SetText to allow for further functionality when setting the text using the Text property.

Do not use SetText directly in applications. Use the Text property instead.

See Also