Class TMultiHeadItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMultiHeadItem = class(TOrderedItem)

Description

no description available, TOrderedItem description follows

TOrderedItem is designed to allow TOrderedCollection to identify changed and new items during TOrderedCollection.Assign.

Hierarchy

Overview

Fields

Private FLayer: integer;
Private FProportion: double;
Private FUsed: boolean;

Methods

Private procedure SetLayer(const Value: integer);
Private procedure SetProportion(const Value: double);
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
Public procedure Assign(Source: TPersistent); override;

Properties

Public property Used: boolean read FUsed write FUsed;
Published property Layer: integer read FLayer write SetLayer;
Published property Proportion: double read FProportion write SetProportion;

Description

Fields

Private FLayer: integer;
 
Private FProportion: double;
 
Private FUsed: boolean;
 

Methods

Private procedure SetLayer(const Value: integer);
 
Private procedure SetProportion(const Value: double);
 
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Public property Used: boolean read FUsed write FUsed;
 
Published property Layer: integer read FLayer write SetLayer;
 
Published property Proportion: double read FProportion write SetProportion;
 

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