Class TRALStorage
Unit
Declaration
type TRALStorage = class(TPersistent)
Description
TRALStorage
Hierarchy
- TObject
- TPersistent
- TRALStorage
Overview
Fields
![]() |
FFieldNames: array of StringRAL; |
![]() |
FFieldTypes: array of TRALFieldType; |
![]() |
FFoundFields: array of TField; |
Methods
![]() |
function CharCaseValue(AValue: StringRAL): StringRAL; |
![]() |
function GetStoreVersion: byte; |
![]() |
procedure LoadFromStream(ADataset: TDataSet; AStream: TStream); virtual; abstract; |
![]() |
procedure SaveToStream(ADataset: TDataSet; AStream: TStream); virtual; abstract; |
![]() |
procedure ReadFieldBoolean(AField: TField; AValue: Boolean); |
![]() |
procedure ReadFieldByte(AField: TField; AValue: byte); |
![]() |
procedure ReadFieldDateTime(AField: TField; AValue: StringRAL); overload; |
![]() |
procedure ReadFieldDateTime(AField: TField; AValue: TDateTime); overload; |
![]() |
procedure ReadFieldDateTime(AField: TField; AValue: Int64RAL); overload; |
![]() |
procedure ReadFieldFloat(AField: TField; AValue: Double); |
![]() |
procedure ReadFieldInt64(AField: TField; AValue: Int64RAL); |
![]() |
procedure ReadFieldInteger(AField: TField; AValue: Integer); |
![]() |
procedure ReadFieldLongWord(AField: TField; AValue: LongWord); |
![]() |
procedure ReadFieldShortint(AField: TField; AValue: Shortint); |
![]() |
procedure ReadFieldSmallint(AField: TField; AValue: Smallint); |
![]() |
procedure ReadFieldStream(AField: TField; AValue: TStream); overload; |
![]() |
procedure ReadFieldStream(AField: TField; AValue: StringRAL); overload; |
![]() |
procedure ReadFieldString(AField: TField; AValue: StringRAL); |
![]() |
procedure ReadFieldWord(AField: TField; AValue: Word); |
Properties
![]() |
property FieldCharCase: TRALFieldCharCase read FFieldCharCase write FFieldCharCase; |
Description
Fields
![]() |
FFieldNames: array of StringRAL; |
|
variaveis para uso nas units filhas como controle | |
![]() |
FFieldTypes: array of TRALFieldType; |
![]() |
FFoundFields: array of TField; |
Methods
![]() |
function CharCaseValue(AValue: StringRAL): StringRAL; |
![]() |
function GetStoreVersion: byte; |
![]() |
procedure LoadFromStream(ADataset: TDataSet; AStream: TStream); virtual; abstract; |
![]() |
procedure SaveToStream(ADataset: TDataSet; AStream: TStream); virtual; abstract; |
![]() |
procedure ReadFieldBoolean(AField: TField; AValue: Boolean); |
![]() |
procedure ReadFieldByte(AField: TField; AValue: byte); |
![]() |
procedure ReadFieldDateTime(AField: TField; AValue: StringRAL); overload; |
![]() |
procedure ReadFieldDateTime(AField: TField; AValue: TDateTime); overload; |
![]() |
procedure ReadFieldDateTime(AField: TField; AValue: Int64RAL); overload; |
![]() |
procedure ReadFieldFloat(AField: TField; AValue: Double); |
![]() |
procedure ReadFieldInt64(AField: TField; AValue: Int64RAL); |
![]() |
procedure ReadFieldInteger(AField: TField; AValue: Integer); |
![]() |
procedure ReadFieldLongWord(AField: TField; AValue: LongWord); |
![]() |
procedure ReadFieldShortint(AField: TField; AValue: Shortint); |
![]() |
procedure ReadFieldSmallint(AField: TField; AValue: Smallint); |
![]() |
procedure ReadFieldStream(AField: TField; AValue: TStream); overload; |
![]() |
procedure ReadFieldStream(AField: TField; AValue: StringRAL); overload; |
![]() |
procedure ReadFieldString(AField: TField; AValue: StringRAL); |
![]() |
procedure ReadFieldWord(AField: TField; AValue: Word); |
Properties
![]() |
property FieldCharCase: TRALFieldCharCase read FFieldCharCase write FFieldCharCase; |
GitHub Repository
Generated by PasDoc 0.16.0.


