Class TChildModelValues

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TChildModelValues = class(TEnhancedOrderedCollection)

Description

no description available, TEnhancedOrderedCollection description follows

TEnhancedOrderedCollection extends TOrderedCollection by adding IndexOf and Remove.

Hierarchy

Overview

Methods

Private function GetItems(Index: integer): TChildModelValue;
Private procedure SetItems(Index: integer; const Value: TChildModelValue);
Private procedure Loaded;
Public constructor Create(Model: TBaseModel);

Properties

Public property Items[Index:integer]: TChildModelValue read GetItems write SetItems;

Description

Methods

Private function GetItems(Index: integer): TChildModelValue;
 
Private procedure SetItems(Index: integer; const Value: TChildModelValue);
 
Private procedure Loaded;
 
Public constructor Create(Model: TBaseModel);
 

Properties

Public property Items[Index:integer]: TChildModelValue read GetItems write SetItems;
 

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