FMX.Styles.TStyleDescription.AuthorURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthorURL: string read FAuthorURL write FAuthorURL;

C++

__property System::UnicodeString AuthorURL = {read=FAuthorURL, write=FAuthorURL};

Properties

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

Description

The URL of the author's website.

AuthorURL is a string that represents the URL of the author's website.

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

See Also