Class TRALStorageLink
Unit
Declaration
type TRALStorageLink = class(TRALComponent)
Description
TRALStorageLink
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALStorageLink
Overview
Methods
![]() |
constructor Create(AOwner : TComponent); override; |
![]() |
function Clone: TRALStorageLink; virtual; |
![]() |
function GetStorage: TRALStorage; virtual; |
![]() |
class function GetStorageClass(AFormat: TRALStorageFormat): TRALStorageLinkClass; |
![]() |
function SaveToStream(ADataset: TDataSet): TStream; overload; |
![]() |
function GetContentType: StringRAL; virtual; |
![]() |
class function GetDeclaredStorageLink: TRALStorageLinkClass; |
![]() |
class function GetDefaultStorage: TRALStorage; virtual; |
![]() |
procedure LoadFromFile(ADataset: TDataSet; AFileName: StringRAL); |
![]() |
procedure LoadFromStream(ADataset: TDataSet; AStream: TStream); |
![]() |
procedure LoadPropsFromStream(AStream : TStream); overload; |
![]() |
procedure LoadPropsFromStream(AWriter : TRALBinaryWriter); overload; virtual; |
![]() |
procedure SavePropsToStream(AWriter : TRALBinaryWriter); overload; virtual; |
![]() |
procedure SavePropsToStream(AStream : TStream); overload; |
![]() |
procedure SaveToFile(ADataset: TDataSet; AFileName: StringRAL); |
![]() |
procedure SaveToStream(ADataset: TDataSet; AStream: TStream); overload; |
![]() |
procedure SetStorageFormat(AFormat: TRALStorageFormat); |
Properties
![]() |
property ContentType: StringRAL read GetContentType; |
![]() |
property FieldCharCase: TRALFieldCharCase read FFieldCharCase write FFieldCharCase; |
![]() |
property StorageFormat: TRALStorageFormat read FStorageFormat; |
Description
Methods
![]() |
constructor Create(AOwner : TComponent); override; |
![]() |
function Clone: TRALStorageLink; virtual; |
![]() |
function GetStorage: TRALStorage; virtual; |
![]() |
class function GetStorageClass(AFormat: TRALStorageFormat): TRALStorageLinkClass; |
![]() |
function SaveToStream(ADataset: TDataSet): TStream; overload; |
![]() |
function GetContentType: StringRAL; virtual; |
![]() |
class function GetDeclaredStorageLink: TRALStorageLinkClass; |
![]() |
class function GetDefaultStorage: TRALStorage; virtual; |
![]() |
procedure LoadFromFile(ADataset: TDataSet; AFileName: StringRAL); |
![]() |
procedure LoadFromStream(ADataset: TDataSet; AStream: TStream); |
![]() |
procedure LoadPropsFromStream(AStream : TStream); overload; |
![]() |
procedure LoadPropsFromStream(AWriter : TRALBinaryWriter); overload; virtual; |
![]() |
procedure SavePropsToStream(AWriter : TRALBinaryWriter); overload; virtual; |
![]() |
procedure SavePropsToStream(AStream : TStream); overload; |
![]() |
procedure SaveToFile(ADataset: TDataSet; AFileName: StringRAL); |
![]() |
procedure SaveToStream(ADataset: TDataSet; AStream: TStream); overload; |
![]() |
procedure SetStorageFormat(AFormat: TRALStorageFormat); |
Properties
![]() |
property ContentType: StringRAL read GetContentType; |
![]() |
property FieldCharCase: TRALFieldCharCase read FFieldCharCase write FFieldCharCase; |
![]() |
property StorageFormat: TRALStorageFormat read FStorageFormat; |
GitHub Repository
Generated by PasDoc 0.16.0.


