TProjectStyleItem Class

Definition

Style item class used for each style registered in the project.

Delphi
type TProjectStyleItem = class(TObject)
Inheritance
TObject
TProjectStyleItem

Constructors

Create(string, TProjectStyleType)

Instance constructor method for this class.

Properties

StyleName

Contains the name of the style (given by GetStyleName() of the style container class during its registration).

StyleType

Contains the type of the style (given by GetStyleType() of the style container class during its registration).