Class TRALStorageJSONLink
Unit
Declaration
type TRALStorageJSONLink = class(TRALStorageLink)
Description
TRALStorageJSONLink
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALStorageLink
- TRALStorageJSONLink
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function Clone: TRALStorageLink; override; |
![]() |
function GetStorage: TRALStorage; override; |
![]() |
function GetContentType: StringRAL; override; |
![]() |
procedure LoadPropsFromStream(AWriter: TRALBinaryWriter); override; |
![]() |
procedure SavePropsToStream(AWriter: TRALBinaryWriter); override; |
Properties
![]() |
property FormatOptions: TRALJSONFormatOptions read FFormatOptions write FFormatOptions; |
![]() |
property JSONType: TRALJSONType read FJSONType write FJSONType; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function Clone: TRALStorageLink; override; |
![]() |
function GetStorage: TRALStorage; override; |
![]() |
function GetContentType: StringRAL; override; |
![]() |
procedure LoadPropsFromStream(AWriter: TRALBinaryWriter); override; |
![]() |
procedure SavePropsToStream(AWriter: TRALBinaryWriter); override; |
Properties
![]() |
property FormatOptions: TRALJSONFormatOptions read FFormatOptions write FFormatOptions; |
![]() |
property JSONType: TRALJSONType read FJSONType write FJSONType; |
GitHub Repository
Generated by PasDoc 0.16.0.


