Class TColorCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TColorCollection = class(TPhastCollection)

Description

no description available, TPhastCollection description follows

TPhastCollection invalidates the model when it is changed.

Hierarchy

Overview

Fields

Private FSorted: Boolean;

Methods

Private function GetItem(Index: Integer): TColorItem;
Private procedure SetItem(Index: Integer; const Value: TColorItem);
Public constructor Create(Model: TBaseModel);
Public function Add: TColorItem;
Public procedure SortColors;

Properties

Public property Items[Index:Integer]: TColorItem read GetItem write SetItem;

Description

Fields

Private FSorted: Boolean;
 

Methods

Private function GetItem(Index: Integer): TColorItem;
 
Private procedure SetItem(Index: Integer; const Value: TColorItem);
 
Public constructor Create(Model: TBaseModel);
 
Public function Add: TColorItem;
 
Public procedure SortColors;
 

Properties

Public property Items[Index:Integer]: TColorItem read GetItem write SetItem;
 

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