FMX.Styles.TStyleDescription.Author

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Author: string read FAuthor write FAuthor;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleDescription


説明

スタイルの作者です。

Author は、スタイルの生成者の名前を表します。

Author は、ツール > ビットマップ スタイル デザイナ ダイアログで、参照および変更することができます。

関連項目