| Description | Hierarchy | Fields | Methods | Properties | 
type TGrowItem = class(TOrderedItem)
TOrderedItem is designed to allow TOrderedCollection to identify changed and new items during TOrderedCollection.Assign.
![]()  | 
FGrowthControls: TGrowthControls; | 
![]()  | 
procedure SetGrowthMethod(const Value: TGrowthMethod); | 
![]()  | 
procedure SetGrowthRate(const Value: real); | 
![]()  | 
function GetGrowthMethod: TGrowthMethod; | 
![]()  | 
function GetGrowthRate: real; | 
![]()  | 
function GetLayerCollection: TLayerCollection; | 
![]()  | 
procedure SetGrowthControls(const Value: TGrowthControls); | 
![]()  | 
function StoreLayerCollection: boolean; virtual; | 
![]()  | 
procedure SetLayerCollection(const Value: TLayerCollection); virtual; | 
![]()  | 
function IsSame(AnotherItem: TOrderedItem): boolean; override; | 
![]()  | 
procedure Assign(Source: TPersistent); override; | 
![]()  | 
constructor Create(Collection: TCollection); override; | 
![]()  | 
destructor Destroy; override; | 
![]()  | 
function LayerCount: Integer; virtual; | 
![]()  | 
property GrowthMethod: TGrowthMethod read GetGrowthMethod
      write SetGrowthMethod stored False; | 
![]()  | 
property GrowthRate: real read GetGrowthRate write SetGrowthRate stored False; | 
![]()  | 
property LayerCollection: TLayerCollection read GetLayerCollection
      write SetLayerCollection stored False; | 
![]()  | 
property GrowthControls: TGrowthControls read FGrowthControls
      write SetGrowthControls; | 
![]()  | 
FGrowthControls: TGrowthControls; | 
![]()  | 
procedure SetGrowthMethod(const Value: TGrowthMethod); | 
![]()  | 
procedure SetGrowthRate(const Value: real); | 
![]()  | 
function GetGrowthMethod: TGrowthMethod; | 
![]()  | 
function GetGrowthRate: real; | 
![]()  | 
function GetLayerCollection: TLayerCollection; | 
![]()  | 
procedure SetGrowthControls(const Value: TGrowthControls); | 
![]()  | 
function StoreLayerCollection: boolean; virtual; | 
![]()  | 
procedure SetLayerCollection(const Value: TLayerCollection); virtual; | 
![]()  | 
function IsSame(AnotherItem: TOrderedItem): boolean; override; | 
![]()  | 
procedure Assign(Source: TPersistent); override; | 
![]()  | 
constructor Create(Collection: TCollection); override; | 
![]()  | 
destructor Destroy; override; | 
![]()  | 
function LayerCount: Integer; virtual; | 
![]()  | 
property GrowthMethod: TGrowthMethod read GetGrowthMethod
      write SetGrowthMethod stored False; | 
| 
 
When a layer group is split into more than one layer,   | |
![]()  | 
property GrowthRate: real read GetGrowthRate write SetGrowthRate stored False; | 
| 
 
When GrowthMethod is gmUp, gmDown, gmMiddle, or gmEdge,   | |
![]()  | 
property LayerCollection: TLayerCollection read GetLayerCollection
      write SetLayerCollection stored False; | 
| 
 
  | |
![]()  | 
property GrowthControls: TGrowthControls read FGrowthControls
      write SetGrowthControls; |