Class TChildModelValue

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TChildModelValue = 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 FChildModel: TBaseModel;
Private FChildModelName: string;
Private FValue: double;

Methods

Private function GetChildModel: TBaseModel;
Private function GetChildModelName: string;
Private procedure SetValue(const Value: double);
Private procedure SetChildModel(const Value: TBaseModel);
Private procedure SetChildModelName(const Value: string);
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;

Properties

Public property ChildModel: TBaseModel read GetChildModel write SetChildModel;
Published property Value: double read FValue write SetValue;
Published property ChildModelName: string read GetChildModelName write SetChildModelName;

Description

Fields

Private FChildModel: TBaseModel;
 
Private FChildModelName: string;
 
Private FValue: double;
 

Methods

Private function GetChildModel: TBaseModel;
 
Private function GetChildModelName: string;
 
Private procedure SetValue(const Value: double);
 
Private procedure SetChildModel(const Value: TBaseModel);
 
Private procedure SetChildModelName(const Value: string);
 
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
 

Properties

Public property ChildModel: TBaseModel read GetChildModel write SetChildModel;
 
Published property Value: double read FValue write SetValue;
 
Published property ChildModelName: string read GetChildModelName write SetChildModelName;
 

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