Class TProjectStyleItem

Unit

Declaration

type TProjectStyleItem = class(TObject)

Description

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

Hierarchy

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).

FMX Styles Utils (c) 2025 Patrick PREMARTIN and Serge GIRARD - Powered by PasDoc
Generated by PasDoc 0.16.0.