Vcl.Themes.TStyleInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStyleInfo = record

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
record
struct
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.

See Also