Description | Hierarchy | Fields | Methods | Properties |
type TPhastDataSetStorage = class(TObject)
TPhastDataSetStorage
stores the properties of a TDataArray or TCustomPhastDataSet for use in TUndoChangeDataSets.
![]() |
FNeedToInvalidate: boolean; |
![]() |
FDataSet: TDataArray; |
![]() |
FName: TComponentName; |
![]() |
FFormula: TFormulaObject; |
![]() |
FUnits: string; |
![]() |
FTwoDInterpolator: TCustom2DInterpolater; |
![]() |
FOrientation: TDataSetOrientation; |
![]() |
FEvaluatedAt: TEvaluatedAt; |
![]() |
FPhastInterpolationValues: TPhastInterpolationValues; |
![]() |
FDataType: TRbwDataType; |
![]() |
FComment: string; |
![]() |
FAngleType: TAngleType; |
![]() |
procedure SetPhastInterpolationValues( const Value: TPhastInterpolationValues); |
![]() |
procedure SetTwoDInterpolator(const Value: TCustom2DInterpolater); |
![]() |
function DataSetChanged: boolean; |
![]() |
function GetFormula: string; |
![]() |
procedure SetFormula(const Value: string); |
![]() |
procedure SetDataSet(const Value: TDataArray); |
![]() |
procedure InvalidateDataSet; |
![]() |
procedure AssignBasicProperties; |
![]() |
procedure Assign(const DataSet: TDataArray); |
![]() |
procedure AssignFormulasToDataSet; |
![]() |
procedure AssignToDataSet(out ShouldInvalidate: boolean); |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property DataSet: TDataArray read FDataSet write SetDataSet; |
![]() |
property Name: TComponentName read FName write FName; |
![]() |
property Orientation: TDataSetOrientation read FOrientation
write FOrientation; |
![]() |
property EvaluatedAt: TEvaluatedAt read FEvaluatedAt write FEvaluatedAt; |
![]() |
property DataType: TRbwDataType read FDataType write FDataType; |
![]() |
property Units: string read FUnits write FUnits; |
![]() |
property AngleType: TAngleType read FAngleType write FAngleType; |
![]() |
property TwoDInterpolator: TCustom2DInterpolater read FTwoDInterpolator
write SetTwoDInterpolator; |
![]() |
property Formula: string read GetFormula write SetFormula; |
![]() |
property PhastInterpolationValues: TPhastInterpolationValues
read FPhastInterpolationValues write SetPhastInterpolationValues; |
![]() |
property Comment: string read FComment write FComment; |
![]() |
FNeedToInvalidate: boolean; |
![]() |
FDataSet: TDataArray; |
|
![]() |
FName: TComponentName; |
See Name. |
![]() |
FFormula: TFormulaObject; |
See Formula. |
![]() |
FUnits: string; |
See Units. |
![]() |
FTwoDInterpolator: TCustom2DInterpolater; |
See TwoDInterpolator. |
![]() |
FOrientation: TDataSetOrientation; |
See Orientation. |
![]() |
FEvaluatedAt: TEvaluatedAt; |
See EvaluatedAt. |
![]() |
FPhastInterpolationValues: TPhastInterpolationValues; |
![]() |
FDataType: TRbwDataType; |
See DataType. |
![]() |
FComment: string; |
![]() |
FAngleType: TAngleType; |
![]() |
procedure SetPhastInterpolationValues( const Value: TPhastInterpolationValues); |
![]() |
procedure SetTwoDInterpolator(const Value: TCustom2DInterpolater); |
See TwoDInterpolator. |
![]() |
function DataSetChanged: boolean; |
|
![]() |
function GetFormula: string; |
![]() |
procedure SetFormula(const Value: string); |
![]() |
procedure SetDataSet(const Value: TDataArray); |
![]() |
procedure InvalidateDataSet; |
![]() |
procedure AssignBasicProperties; |
![]() |
procedure Assign(const DataSet: TDataArray); |
|
![]() |
procedure AssignFormulasToDataSet; |
|
![]() |
procedure AssignToDataSet(out ShouldInvalidate: boolean); |
|
![]() |
constructor Create; |
|
![]() |
destructor Destroy; override; |
|
![]() |
property DataSet: TDataArray read FDataSet write SetDataSet; |
|
![]() |
property Name: TComponentName read FName write FName; |
|
![]() |
property Orientation: TDataSetOrientation read FOrientation
write FOrientation; |
|
![]() |
property EvaluatedAt: TEvaluatedAt read FEvaluatedAt write FEvaluatedAt; |
|
![]() |
property DataType: TRbwDataType read FDataType write FDataType; |
|
![]() |
property Units: string read FUnits write FUnits; |
|
![]() |
property AngleType: TAngleType read FAngleType write FAngleType; |
![]() |
property TwoDInterpolator: TCustom2DInterpolater read FTwoDInterpolator
write SetTwoDInterpolator; |
|
![]() |
property Formula: string read GetFormula write SetFormula; |
|
![]() |
property PhastInterpolationValues: TPhastInterpolationValues
read FPhastInterpolationValues write SetPhastInterpolationValues; |
|
![]() |
property Comment: string read FComment write FComment; |