FMX.Styles.TStyleDescription.AuthorEMail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthorEMail: string read FAuthorEMail write FAuthorEMail;

C++

__property System::UnicodeString AuthorEMail = {read=FAuthorEMail, write=FAuthorEMail};

Properties

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

Description

The e-mail address of the author.

AuthorEMail is a string that represents the e-mail address of the author.

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

See Also