Description | Hierarchy | Fields | Methods | Properties |
type TDataArrayEdit = class(TClassificationObject)
TDataArrayEdit
stores a TDataArray and records changes to the properties of the TDataArray.
![]() |
FDataArray: TDataArray; |
![]() |
FName: string; |
![]() |
FDataType: TRbwDataType; |
![]() |
FOrientation: TDataSetOrientation; |
![]() |
FEvaluatedAt: TEvaluatedAt; |
![]() |
FUnits: string; |
![]() |
FFormula: string; |
![]() |
FTwoDInterpolator: TCustom2DInterpolater; |
![]() |
FInterpValues: TPhastInterpolationValues; |
![]() |
FNewUses: TStringList; |
![]() |
FVariable: TCustomVariable; |
![]() |
FExpression: TExpression; |
![]() |
FNode: TTreeNode; |
![]() |
FComment: string; |
![]() |
FNotifier: TEditorNotifierComponent; |
![]() |
FDisplayName: string; |
![]() |
FAngleType: TAngleType; |
![]() |
procedure SetTwoDInterpolator(const Value: TCustom2DInterpolater); |
![]() |
procedure SetInterpValues(const Value: TPhastInterpolationValues); |
![]() |
procedure SetNewUses(const Value: TStringList); |
![]() |
function GetAssociatedDataSets: string; |
![]() |
procedure SetExpression(const Value: TExpression); |
![]() |
Constructor Create(ADataArray: TDataArray); |
![]() |
destructor Destroy; override; |
![]() |
procedure UpdateDataSet; |
![]() |
function ClassificationName: string; override; |
![]() |
function FullClassification: string; override; |
![]() |
FDataArray: TDataArray; |
![]() |
FName: string; |
![]() |
FDataType: TRbwDataType; |
![]() |
FOrientation: TDataSetOrientation; |
![]() |
FEvaluatedAt: TEvaluatedAt; |
![]() |
FUnits: string; |
![]() |
FFormula: string; |
![]() |
FTwoDInterpolator: TCustom2DInterpolater; |
![]() |
FInterpValues: TPhastInterpolationValues; |
![]() |
FNewUses: TStringList; |
![]() |
FVariable: TCustomVariable; |
![]() |
FExpression: TExpression; |
![]() |
FNode: TTreeNode; |
![]() |
FComment: string; |
![]() |
FNotifier: TEditorNotifierComponent; |
![]() |
FDisplayName: string; |
![]() |
FAngleType: TAngleType; |
![]() |
procedure SetTwoDInterpolator(const Value: TCustom2DInterpolater); |
![]() |
procedure SetInterpValues(const Value: TPhastInterpolationValues); |
![]() |
procedure SetNewUses(const Value: TStringList); |
![]() |
function GetAssociatedDataSets: string; |
![]() |
procedure SetExpression(const Value: TExpression); |
![]() |
Constructor Create(ADataArray: TDataArray); |
![]() |
destructor Destroy; override; |
![]() |
procedure UpdateDataSet; |
![]() |
function ClassificationName: string; override; |
![]() |
function FullClassification: string; override; |
![]() |
property DataArray: TDataArray read FDataArray; |
![]() |
property Name: string read FName write FName; |
![]() |
property DisplayName: string read FDisplayName write FDisplayName; |
![]() |
property DataType: TRbwDataType read FDataType write FDataType; |
![]() |
property Orientation: TDataSetOrientation read FOrientation
write FOrientation; |
![]() |
property EvaluatedAt: TEvaluatedAt read FEvaluatedAt write FEvaluatedAt; |
![]() |
property Units: string read FUnits write FUnits; |
![]() |
property AngleType: TAngleType read FAngleType write FAngleType; |
![]() |
property Formula: string read FFormula write FFormula; |
![]() |
property TwoDInterpolator: TCustom2DInterpolater read FTwoDInterpolator
write SetTwoDInterpolator; |
![]() |
property InterpValues: TPhastInterpolationValues read FInterpValues write SetInterpValues; |
![]() |
property NewUses: TStringList read FNewUses write SetNewUses; |
|
![]() |
property Variable: TCustomVariable read FVariable write FVariable; |
![]() |
property Expression: TExpression read FExpression write SetExpression; |
![]() |
property Comment: string read FComment write FComment; |
![]() |
property AssociatedDataSets: string read GetAssociatedDataSets; |