FMX.Styles.TStyleDescription.Author

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Author: string read FAuthor write FAuthor;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleDescription

Beschreibung

Autor des Stils.

Author repräsentiert den Namen des Stilentwicklers.

Im Dialogfeld Tools > Bitmap-Stil-Designer kann Author angezeigt und geändert werden.

Siehe auch