API:Vcl.RibbonObsidianStyleActnCtrls.TRibbonObsidianStyleActionBars.GetStyleName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStyleName: string; override;

C++

virtual System::UnicodeString __fastcall GetStyleName();

Properties

Type Visibility Source Unit Parent
function public
Vcl.RibbonObsidianStyleActnCtrls.pas
Vcl.RibbonObsidianStyleActnCtrls.hpp
Vcl.RibbonObsidianStyleActnCtrls TRibbonObsidianStyleActionBars

Description

Returns the name of the style.

Vcl.RibbonObsidianStyleActnCtrls.TRibbonObsidianStyleActionBars.GetStyleName inherits from Vcl.XPStyleActnCtrls.TXPStyleActionBars.GetStyleName. All content below this line refers to Vcl.XPStyleActnCtrls.TXPStyleActionBars.GetStyleName.

Returns the name of the style.

The GetStyleName method returns a string specifying the name of the style. The value of GetStyleName (in this case, XP style) is used to visually identify the style in the IDE.

See Also