Class TUserDefinedColorSchemeItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUserDefinedColorSchemeItem = class(TPhastCollectionItem)

Description

no description available, TPhastCollectionItem description follows

Hierarchy

Overview

Fields

Private FColors: TColorCollection;
Private FName: string;

Methods

Private procedure SetColors(const Value: TColorCollection);
Private procedure SetName(const Value: string);
Public constructor Create(Collection: TCollection); override;
Public destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;

Properties

Published property Colors: TColorCollection read FColors write SetColors;
Published property Name: string read FName write SetName;

Description

Fields

Private FColors: TColorCollection;
 
Private FName: string;
 

Methods

Private procedure SetColors(const Value: TColorCollection);
 
Private procedure SetName(const Value: string);
 
Public constructor Create(Collection: TCollection); override;
 
Public destructor Destroy; override;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property Colors: TColorCollection read FColors write SetColors;
 
Published property Name: string read FName write SetName;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:29