FMX.StdCtrls.TPresentedTextControl.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.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

This property is used to change the displayed text.

See Also