Class TRALJSONFormatOptions

Unit

Declaration

type TRALJSONFormatOptions = class(TPersistent)

Description

TRALJSONFormatOptions

Hierarchy

Overview

Methods

Public constructor Create;
Public procedure LoadPropsFromStream(AWriter: TRALBinaryWriter);
Public procedure SavePropsToStream(AWriter: TRALBinaryWriter);
Protected procedure AssignTo(ADest: TPersistent); override;

Properties

Published property CustomDateTimeFormat: StringRAL read FCustomDateTimeFormat write FCustomDateTimeFormat;
Published property DateTimeFormat: TRALDateTimeFormat read FDateTimeFormat write FDateTimeFormat;

Description

Methods

Public constructor Create;
 
Public procedure LoadPropsFromStream(AWriter: TRALBinaryWriter);
 
Public procedure SavePropsToStream(AWriter: TRALBinaryWriter);
 
Protected procedure AssignTo(ADest: TPersistent); override;
 

Properties

Published property CustomDateTimeFormat: StringRAL read FCustomDateTimeFormat write FCustomDateTimeFormat;
 
Published property DateTimeFormat: TRALDateTimeFormat read FDateTimeFormat write FDateTimeFormat;
 


GitHub Repository
Generated by PasDoc 0.16.0.