TProjectStyleItem Class

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

Unit: uStyleManager
System.TObject
  uStyleManager.TProjectStyleItem
type TProjectStyleItem = class(TObject)

The TProjectStyleItem type exposes the following members.

Show:
 NameDescription
Create

Instance constructor method for this class.

Top
Show:
 NameDescription
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).

Top