Show: Delphi
C++
Display Preferences
Vcl.Themes.TStyleInfo
From XE2 API Documentation
Delphi
TStyleInfo = record Name: string; Author: string; AuthorEMail: string; AuthorURL: string; Version: string; end;
C++
struct DECLSPEC_DRECORD TStyleInfo{ public: System::UnicodeString Name; System::UnicodeString Author; System::UnicodeString AuthorEMail; System::UnicodeString AuthorURL; System::UnicodeString Version; };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
struct class |
public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | Vcl.Themes |
Description
TStyleInfo describes the basic information about a style.
You can view and change this information using the Tools > VCL Style Designer.