Class TRALStorageJSONLink

Unit

Declaration

type TRALStorageJSONLink = class(TRALStorageLink)

Description

TRALStorageJSONLink

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function Clone: TRALStorageLink; override;
Public function GetStorage: TRALStorage; override;
Protected function GetContentType: StringRAL; override;
Public procedure LoadPropsFromStream(AWriter: TRALBinaryWriter); override;
Public procedure SavePropsToStream(AWriter: TRALBinaryWriter); override;

Properties

Published property FormatOptions: TRALJSONFormatOptions read FFormatOptions write FFormatOptions;
Published property JSONType: TRALJSONType read FJSONType write FJSONType;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function Clone: TRALStorageLink; override;
 
Public function GetStorage: TRALStorage; override;
 
Protected function GetContentType: StringRAL; override;
 
Public procedure LoadPropsFromStream(AWriter: TRALBinaryWriter); override;
 
Public procedure SavePropsToStream(AWriter: TRALBinaryWriter); override;
 

Properties

Published property FormatOptions: TRALJSONFormatOptions read FFormatOptions write FFormatOptions;
 
Published property JSONType: TRALJSONType read FJSONType write FJSONType;
 


GitHub Repository
Generated by PasDoc 0.16.0.