Class TGlobalVariableItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGlobalVariableItem = 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 FVariable: TGlobalVariable;

Methods

Private procedure SetVariable(const Value: TGlobalVariable);
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(Collection: TCollection); override;
Public destructor Destroy; override;

Properties

Published property Variable: TGlobalVariable read FVariable write SetVariable;

Description

Fields

Private FVariable: TGlobalVariable;
 

Methods

Private procedure SetVariable(const Value: TGlobalVariable);
 
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
 
Public procedure Assign(Source: TPersistent); override;
 
Public constructor Create(Collection: TCollection); override;
 
Public destructor Destroy; override;
 

Properties

Published property Variable: TGlobalVariable read FVariable write SetVariable;
 

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