Class TCollectionItem

Unit

Declaration

type TCollectionItem = class(TPersistent)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure SetCollection(Value: TCollection); virtual;
Protected procedure Changed(AllItems: Boolean);
Protected function GetOwner: TPersistent; override;
Protected function GetDisplayName: string; virtual;
Protected procedure SetIndex(Value: Integer); virtual;
Protected procedure SetDisplayName(const Value: string); virtual;
Public constructor Create(ACollection: TCollection); virtual;
Public destructor Destroy; override;
Public function GetNamePath: string; override;

Properties

Protected property UpdateCount: Integer read FUpdateCount;
Public property Collection: TCollection read FCollection write SetCollection;
Public property ID: Integer read FID;
Public property Index: Integer read GetIndex write SetIndex;
Public property DisplayName: string read GetDisplayName write SetDisplayName;

Description

Methods

Protected procedure SetCollection(Value: TCollection); virtual;

This item has no description.

Protected procedure Changed(AllItems: Boolean);

This item has no description.

Protected function GetOwner: TPersistent; override;

This item has no description.

Protected function GetDisplayName: string; virtual;

This item has no description.

Protected procedure SetIndex(Value: Integer); virtual;

This item has no description.

Protected procedure SetDisplayName(const Value: string); virtual;

This item has no description.

Public constructor Create(ACollection: TCollection); virtual;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function GetNamePath: string; override;

This item has no description.

Properties

Protected property UpdateCount: Integer read FUpdateCount;

This item has no description.

Public property Collection: TCollection read FCollection write SetCollection;

This item has no description.

Public property ID: Integer read FID;

This item has no description.

Public property Index: Integer read GetIndex write SetIndex;

This item has no description.

Public property DisplayName: string read GetDisplayName write SetDisplayName;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.