Class TLayerCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLayerCollection = class(TCollection)

Description

Hierarchy

Overview

Fields

Private FLayerGroup: TGrowthControls;

Methods

Private procedure InvalidateModel;
Private procedure Sort;
Private function GetItem(Index: Integer): TLayerFraction;
Private procedure SetItem(Index: Integer; const Value: TLayerFraction);
Public function IsSame(AnotherLayerCollection: TLayerCollection): boolean;
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(LayerGroup: TGrowthControls);
Public destructor Destroy; override;

Properties

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

Description

Fields

Private FLayerGroup: TGrowthControls;
 

Methods

Private procedure InvalidateModel;
 
Private procedure Sort;
 
Private function GetItem(Index: Integer): TLayerFraction;
 
Private procedure SetItem(Index: Integer; const Value: TLayerFraction);
 
Public function IsSame(AnotherLayerCollection: TLayerCollection): boolean;
 
Public procedure Assign(Source: TPersistent); override;
 
Public constructor Create(LayerGroup: TGrowthControls);
 
Public destructor Destroy; override;
 

Properties

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

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