Description | Hierarchy | Fields | Methods | Properties |
type TRProperty = class(TCustomProperty)
TRProperty
represents an real-number value.
![]() |
FRValue: double; |
![]() |
function GetRValue: double; override; |
![]() |
procedure SetRValue(const Value: double); override; |
![]() |
procedure Assign(const DataSet: TDataArray; const LayerIndex, RowIndex, ColIndex: integer); override; |
![]() |
function DataType: TPropertyType; override; |
![]() |
function IsIdentical(AProperty: TCustomProperty): boolean; override; |
![]() |
FRValue: double; |
|
![]() |
function GetRValue: double; override; |
See RValue. |
![]() |
procedure SetRValue(const Value: double); override; |
See RValue. |
![]() |
procedure Assign(const DataSet: TDataArray; const LayerIndex, RowIndex, ColIndex: integer); override; |
|
![]() |
function DataType: TPropertyType; override; |
|
![]() |
function IsIdentical(AProperty: TCustomProperty): boolean; override; |
|