Class TProjectStyleItem
Unit
Declaration
type TProjectStyleItem = class(TObject)
Description
Style item class used for each style registered in the project.
Hierarchy
- TObject
- TProjectStyleItem
Overview
Methods
![]() |
constructor Create(const StyleName: string; const StyleType: TProjectStyleType); |
Properties
![]() |
property StyleName: string read FStyleName write SetStyleName; |
![]() |
property StyleType: TProjectStyleType read FStyleType write SetStyleType; |
Description
Methods
![]() |
constructor Create(const StyleName: string; const StyleType: TProjectStyleType); |
|
Instance constructor method for this class. | |
Properties
![]() |
property StyleName: string read FStyleName write SetStyleName; |
|
Contains the name of the style (given by GetStyleName() of the style container class during its registration). | |
![]() |
property StyleType: TProjectStyleType read FStyleType write SetStyleType; |
|
Contains the type of the style (given by GetStyleType() of the style container class during its registration). | |
Generated by PasDoc 0.16.0.
