Class TPointValue

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPointValue = 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 FName: string;
Private FValue: double;

Methods

Private procedure SetName(const Value: string);
Private procedure SetValue(const Value: double);
Public function IsSame(AnotherItem: TOrderedItem): boolean; override;
Public procedure Assign(Source: TPersistent); override;

Properties

Published property Name: string read FName write SetName;
Published property Value: double read FValue write SetValue;

Description

Fields

Private FName: string;
 
Private FValue: double;
 

Methods

Private procedure SetName(const Value: string);
 
Private procedure SetValue(const Value: double);
 
Public function IsSame(AnotherItem: TOrderedItem): boolean; override;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property Name: string read FName write SetName;
 
Published property Value: double read FValue write SetValue;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:00