Class TPersistentCurveParameterContainer

Unit

Declaration

type TPersistentCurveParameterContainer = class(TCollectionItem)

Description

An item of TCollection, it is used for persistent storaging of parameter attributes.

Hierarchy

  • TCollectionItem
  • TPersistentCurveParameterContainer

Overview

Fields

Private FSpecialCurveParameter: TSpecialCurveParameter;

Methods

Public destructor Destroy; override;
Private function GetName: string;
Private function GetType: TParameterType;
Private function GetValue: string;
Private procedure SetName(AName: string);
Private procedure SetType(AType: TParameterType);
Private procedure SetValue(AValue: string);

Properties

Published property Name: string read GetName write SetName;
Public property Parameter: TSpecialCurveParameter read FSpecialCurveParameter write FSpecialCurveParameter;
Published property Type_: TParameterType read GetType write SetType;
Published property Value_: string read GetValue write SetValue;

Description

Fields

Private FSpecialCurveParameter: TSpecialCurveParameter;
 

Methods

Public destructor Destroy; override;
 
Private function GetName: string;
 
Private function GetType: TParameterType;
 
Private function GetValue: string;
 
Private procedure SetName(AName: string);
 
Private procedure SetType(AType: TParameterType);
 
Private procedure SetValue(AValue: string);
 

Properties

Published property Name: string read GetName write SetName;

Published for XML-serialization.

Public property Parameter: TSpecialCurveParameter read FSpecialCurveParameter write FSpecialCurveParameter;
 
Published property Type_: TParameterType read GetType write SetType;
 
Published property Value_: string read GetValue write SetValue;

String because some problem with XML-serialization as Double.


Generated by PasDoc 0.15.0.