Description | Hierarchy | Fields | Methods | Properties |
type TRealPhastDataSet = class(TArrayPhastDataSet)
TRealPhastDataSet
is a TArrayPhastDataSet that stores real numbers.
![]() |
FCellValue1: array of array of array of double; |
![]() |
FCellValue2: array of array of array of double; |
![]() |
FValue1: double; |
![]() |
FValue2: double; |
![]() |
function GetCellValue1(const ALay, ARow, ACol: integer): double; |
![]() |
function GetCellValue2(const ALay, ARow, ACol: integer): double; |
![]() |
procedure SetCellValue1(const ALay, ARow, ACol: integer; const Value: double); |
![]() |
procedure SetCellValue2(const ALay, ARow, ACol: integer; const Value: double); |
![]() |
procedure SetValue1(const Value: double); |
![]() |
procedure SetValue2(const Value: double); |
![]() |
procedure InitializePhastArrays; override; |
![]() |
procedure SetDatatype(const Value: TRbwDataType); override; |
![]() |
procedure SetDimensions(const SetToZero: boolean); override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(AnOwner: TComponent); override; |
![]() |
property CellValue1[const ALay, ARow, ACol: integer]: double read
GetCellValue1 write SetCellValue1; |
![]() |
property CellValue2[const ALay, ARow, ACol: integer]: double read
GetCellValue2 write SetCellValue2; |
![]() |
property Value1: double read FValue1 write SetValue1; |
![]() |
property Value2: double read FValue2 write SetValue2; |
![]() |
FCellValue1: array of array of array of double; |
|
![]() |
FCellValue2: array of array of array of double; |
|
![]() |
FValue1: double; |
|
![]() |
FValue2: double; |
|
![]() |
function GetCellValue1(const ALay, ARow, ACol: integer): double; |
See CellValue1. |
![]() |
function GetCellValue2(const ALay, ARow, ACol: integer): double; |
See CellValue2. |
![]() |
procedure SetCellValue1(const ALay, ARow, ACol: integer; const Value: double); |
See CellValue1. |
![]() |
procedure SetCellValue2(const ALay, ARow, ACol: integer; const Value: double); |
See CellValue2. |
![]() |
procedure SetValue1(const Value: double); |
See Value1. |
![]() |
procedure SetValue2(const Value: double); |
See Value2. |
![]() |
procedure InitializePhastArrays; override; |
|
![]() |
procedure SetDatatype(const Value: TRbwDataType); override; |
|
![]() |
procedure SetDimensions(const SetToZero: boolean); override; |
|
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
constructor Create(AnOwner: TComponent); override; |
|
![]() |
property CellValue1[const ALay, ARow, ACol: integer]: double read
GetCellValue1 write SetCellValue1; |
|
![]() |
property CellValue2[const ALay, ARow, ACol: integer]: double read
GetCellValue2 write SetCellValue2; |
|
![]() |
property Value1: double read FValue1 write SetValue1; |
|
![]() |
property Value2: double read FValue2 write SetValue2; |
|