FMX.Styles.TStyleDescription.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string read FTitle write FTitle;

C++

__property System::UnicodeString Title = {read=FTitle, write=FTitle};

Properties

Type Visibility Source Unit Parent
property published
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleDescription

Description

String that represents the title of the style.

See Also