FMX.Layers3D.TTextLayer3D.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read GetText write SetText;

C++

__property System::UnicodeString Text = {read=GetText, write=SetText};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TTextLayer3D

Description

Specifies the text that will be rendered over the surface of this TTextLayer3D object.

Set the Text property to specify the text that will be displayed by this TTextLayer3D. Text can be any string.

See Also