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
| Public | constructor Create(const StyleName: string; const StyleType: TProjectStyleType); |
Properties
| Public | property StyleName: string read FStyleName write SetStyleName; |
| Public | property StyleType: TProjectStyleType read FStyleType write SetStyleType; |
Description
Methods
| Public | constructor Create(const StyleName: string; const StyleType: TProjectStyleType); |
|
Instance constructor method for this class. | |
Properties
| Public | property StyleName: string read FStyleName write SetStyleName; |
|
Contains the name of the style (given by GetStyleName() of the style container class during its registration). | |
| Public | 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 1.0.2.