Class TInterpValuesItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TInterpValuesItem = class(TCollectionItem)

Description

TInterpValuesItem is used to read and store TPhastInterpolationValues.

Hierarchy

Overview

Fields

Private FValues: TPhastInterpolationValues;

Methods

Private procedure SetValues(const Value: TPhastInterpolationValues);
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(Collection: TCollection); override;
Public destructor Destroy; override;

Properties

Published property Values: TPhastInterpolationValues read FValues write SetValues;

Description

Fields

Private FValues: TPhastInterpolationValues;

FValues: TPhastInterpolationValues; See Values.

Methods

Private procedure SetValues(const Value: TPhastInterpolationValues);

See Values.

Public procedure Assign(Source: TPersistent); override;

if Source is a TInterpValuesItem, Assign copies Source to the current instance of TInterpValuesItem.

Public constructor Create(Collection: TCollection); override;

Create creates an instance of TInterpValuesItem.

Public destructor Destroy; override;

Destroy destroys the current instance of TInterpValuesItem. Do not call Destroy directly. Call Free instead.

Properties

Published property Values: TPhastInterpolationValues read FValues write SetValues;

Values is the TPhastInterpolationValues stored by the TInterpValuesItem.


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