FMX.Styles.TStyleDescription.Author

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Author: string read FAuthor write FAuthor;

C++

__property System::UnicodeString Author = {read=FAuthor, write=FAuthor};

Properties

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

Description

Author of the style.

Author represents the name of the creator of the style.

Author can be viewed and modified in the Tools > Bitmap Style Designer dialog.

See Also