Class TRALStorageBIN
Unit
Declaration
type TRALStorageBIN = class(TRALStorage)
Description
TRALStorageBIN
Hierarchy
- TObject
- TPersistent
- TRALStorage
- TRALStorageBIN
Overview
Methods
| Protected | function ReadBoolean(AStream: TStream): Boolean; |
| Protected | function ReadByte(AStream: TStream): Byte; |
| Protected | function ReadDateTime(AStream: TStream): TDateTime; |
| Protected | function ReadFloat(AStream: TStream): Double; |
| Protected | function ReadHeader(AStream: TStream): boolean; |
| Protected | function ReadInt64(AStream: TStream): Int64RAL; |
| Protected | function ReadInteger(AStream: TStream): Integer; |
| Protected | function ReadLongWord(AStream: TStream): LongWord; |
| Protected | function ReadShortint(AStream: TStream): Shortint; |
| Protected | function ReadSmallint(AStream: TStream): Smallint; |
| Protected | function ReadStream(AStream: TStream): TStream; |
| Protected | function ReadString(AStream: TStream): StringRAL; |
| Protected | function ReadWord(AStream: TStream): Word; |
| Public | procedure LoadFromStream(ADataset: TDataSet; AStream: TStream); override; |
| Public | procedure SaveToStream(ADataset: TDataSet; AStream: TStream); override; |
| Protected | procedure ReadFields(ADataset: TDataSet; AStream: TStream); |
| Protected | procedure ReadRecords(ADataset: TDataSet; AStream: TStream); |
| Protected | procedure WriteBoolean(AStream: TStream; AValue: Boolean); |
| Protected | procedure WriteByte(AStream: TStream; AValue: Byte); |
| Protected | procedure WriteDateTime(AStream: TStream; AValue: TDateTime); |
| Protected | procedure WriteFields(ADataset: TDataSet; AStream: TStream); |
| Protected | procedure WriteFloat(AStream: TStream; AValue: Double); |
| Protected | procedure WriteHeader(AStream: TStream); |
| Protected | procedure WriteInt64(AStream: TStream; AValue: Int64RAL); |
| Protected | procedure WriteInteger(AStream: TStream; AValue: Integer); |
| Protected | procedure WriteLongWord(AStream: TStream; AValue: LongWord); |
| Protected | procedure WriteRecords(ADataset: TDataSet; AStream: TStream); |
| Protected | procedure WriteShortint(AStream: TStream; AValue: Shortint); |
| Protected | procedure WriteSmallint(AStream: TStream; AValue: Smallint); |
| Protected | procedure WriteStream(AStream: TStream; AValue: TStream); |
| Protected | procedure WriteString(AStream: TStream; AValue: StringRAL); |
| Protected | procedure WriteWord(AStream: TStream; AValue: Word); |
Description
Methods
| Protected | function ReadBoolean(AStream: TStream): Boolean; |
|
This item has no description. | |
| Protected | function ReadByte(AStream: TStream): Byte; |
|
This item has no description. | |
| Protected | function ReadDateTime(AStream: TStream): TDateTime; |
|
This item has no description. | |
| Protected | function ReadFloat(AStream: TStream): Double; |
|
This item has no description. | |
| Protected | function ReadHeader(AStream: TStream): boolean; |
|
read | |
| Protected | function ReadInt64(AStream: TStream): Int64RAL; |
|
This item has no description. | |
| Protected | function ReadInteger(AStream: TStream): Integer; |
|
This item has no description. | |
| Protected | function ReadLongWord(AStream: TStream): LongWord; |
|
This item has no description. | |
| Protected | function ReadShortint(AStream: TStream): Shortint; |
|
This item has no description. | |
| Protected | function ReadSmallint(AStream: TStream): Smallint; |
|
This item has no description. | |
| Protected | function ReadStream(AStream: TStream): TStream; |
|
This item has no description. | |
| Protected | function ReadString(AStream: TStream): StringRAL; |
|
This item has no description. | |
| Protected | function ReadWord(AStream: TStream): Word; |
|
This item has no description. | |
| Public | procedure LoadFromStream(ADataset: TDataSet; AStream: TStream); override; |
|
This item has no description. | |
| Public | procedure SaveToStream(ADataset: TDataSet; AStream: TStream); override; |
|
This item has no description. | |
| Protected | procedure ReadFields(ADataset: TDataSet; AStream: TStream); |
|
This item has no description. | |
| Protected | procedure ReadRecords(ADataset: TDataSet; AStream: TStream); |
|
This item has no description. | |
| Protected | procedure WriteBoolean(AStream: TStream; AValue: Boolean); |
|
This item has no description. | |
| Protected | procedure WriteByte(AStream: TStream; AValue: Byte); |
|
This item has no description. | |
| Protected | procedure WriteDateTime(AStream: TStream; AValue: TDateTime); |
|
This item has no description. | |
| Protected | procedure WriteFields(ADataset: TDataSet; AStream: TStream); |
|
This item has no description. | |
| Protected | procedure WriteFloat(AStream: TStream; AValue: Double); |
|
This item has no description. | |
| Protected | procedure WriteHeader(AStream: TStream); |
|
write | |
| Protected | procedure WriteInt64(AStream: TStream; AValue: Int64RAL); |
|
This item has no description. | |
| Protected | procedure WriteInteger(AStream: TStream; AValue: Integer); |
|
This item has no description. | |
| Protected | procedure WriteLongWord(AStream: TStream; AValue: LongWord); |
|
This item has no description. | |
| Protected | procedure WriteRecords(ADataset: TDataSet; AStream: TStream); |
|
This item has no description. | |
| Protected | procedure WriteShortint(AStream: TStream; AValue: Shortint); |
|
This item has no description. | |
| Protected | procedure WriteSmallint(AStream: TStream; AValue: Smallint); |
|
This item has no description. | |
| Protected | procedure WriteStream(AStream: TStream; AValue: TStream); |
|
This item has no description. | |
| Protected | procedure WriteString(AStream: TStream; AValue: StringRAL); |
|
This item has no description. | |
| Protected | procedure WriteWord(AStream: TStream; AValue: Word); |
|
This item has no description. | |
PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.