Vcl.Themes.TStyleManager.StyleNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property StyleNames: TArray<string> read GetStyleNames;

C++

/* static */ __property System::DynamicArray<System::UnicodeString> StyleNames = {read=GetStyleNames};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleManager

Description

Returns an array with the names of all the registered style classes.

See Also