| Description | Hierarchy | Fields | Methods | Properties |
type TInterpValuesItem = class(TCollectionItem)
TInterpValuesItem is used to read and store TPhastInterpolationValues.
![]() |
FValues: TPhastInterpolationValues; |
![]() |
procedure SetValues(const Value: TPhastInterpolationValues); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property Values: TPhastInterpolationValues read FValues write SetValues; |
![]() |
FValues: TPhastInterpolationValues; |
|
| |
![]() |
procedure SetValues(const Value: TPhastInterpolationValues); |
|
See Values. | |
![]() |
procedure Assign(Source: TPersistent); override; |
|
if Source is a | |
![]() |
constructor Create(Collection: TCollection); override; |
|
| |
![]() |
destructor Destroy; override; |
|
| |
![]() |
property Values: TPhastInterpolationValues read FValues write SetValues; |
|
| |