Description | Hierarchy | Fields | Methods | Properties |
type TIntegerPhastDataSet = class(TArrayPhastDataSet)
TIntegerPhastDataSet
is a TArrayPhastDataSet that stores integers.
![]() |
FCellValue1: array of array of array of integer; |
![]() |
FCellValue2: array of array of array of integer; |
![]() |
FFraction: array of array of array of double; |
![]() |
FValue1: integer; |
![]() |
FValue2: integer; |
![]() |
function GetCellValue1(const ALay, ARow, ACol: integer): integer; |
![]() |
function GetCellValue2(const ALay, ARow, ACol: integer): integer; |
![]() |
function GetFraction(const ALay, ARow, ACol: integer): double; |
![]() |
function GetRealValue(const ALay, ARow, ACol: integer): double; |
![]() |
procedure SetCellValue1(const ALay, ARow, ACol, Value: integer); |
![]() |
procedure SetCellValue2(const ALay, ARow, ACol, Value: integer); |
![]() |
procedure SetFraction(const ALay, ARow, ACol: integer; const Value: double); |
![]() |
procedure SetValue1(const Value: integer); |
![]() |
procedure SetValue2(const Value: integer); |
![]() |
function GetRealData(const Layer, Row, Col: integer): double; override; |
![]() |
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; |
![]() |
function DisplayRealValue: boolean; override; |
![]() |
property CellValue1[const ALay, ARow, ACol: integer]: integer read
GetCellValue1 write SetCellValue1; |
![]() |
property CellValue2[const ALay, ARow, ACol: integer]: integer read
GetCellValue2 write SetCellValue2; |
![]() |
property Fraction[const ALay, ARow, ACol: integer]: double read GetFraction
write SetFraction; |
![]() |
property RealValue[const ALay, ARow, ACol: integer]: double read
GetRealValue; |
![]() |
property Value1: integer read FValue1 write SetValue1; |
![]() |
property Value2: integer read FValue2 write SetValue2; |
![]() |
FCellValue1: array of array of array of integer; |
|
![]() |
FCellValue2: array of array of array of integer; |
|
![]() |
FFraction: array of array of array of double; |
|
![]() |
FValue1: integer; |
|
![]() |
FValue2: integer; |
|
![]() |
function GetCellValue1(const ALay, ARow, ACol: integer): integer; |
See CellValue1. |
![]() |
function GetCellValue2(const ALay, ARow, ACol: integer): integer; |
See CellValue2. |
![]() |
function GetFraction(const ALay, ARow, ACol: integer): double; |
See Fraction. |
![]() |
function GetRealValue(const ALay, ARow, ACol: integer): double; |
See RealValue. |
![]() |
procedure SetCellValue1(const ALay, ARow, ACol, Value: integer); |
See CellValue1. |
![]() |
procedure SetCellValue2(const ALay, ARow, ACol, Value: integer); |
See CellValue2. |
![]() |
procedure SetFraction(const ALay, ARow, ACol: integer; const Value: double); |
See Fraction. |
![]() |
procedure SetValue1(const Value: integer); |
See Value1. |
![]() |
procedure SetValue2(const Value: integer); |
See Value2. |
![]() |
function GetRealData(const Layer, Row, Col: integer): double; override; |
|
![]() |
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; |
|
![]() |
function DisplayRealValue: boolean; override; |
|
![]() |
property CellValue1[const ALay, ARow, ACol: integer]: integer read
GetCellValue1 write SetCellValue1; |
|
![]() |
property CellValue2[const ALay, ARow, ACol: integer]: integer read
GetCellValue2 write SetCellValue2; |
|
![]() |
property Fraction[const ALay, ARow, ACol: integer]: double read GetFraction
write SetFraction; |
|
![]() |
property RealValue[const ALay, ARow, ACol: integer]: double read
GetRealValue; |
|
![]() |
property Value1: integer read FValue1 write SetValue1; |
|
![]() |
property Value2: integer read FValue2 write SetValue2; |
|