Class TRALStorageCSVLink

Unit

Declaration

type TRALStorageCSVLink = class(TRALStorageLink)

Description

TRALStorageCSVLink

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: TRALCSVFormatOptions read FFormatOptions write FFormatOptions;
Published property UseUTF8BOM: boolean read FUseUTF8BOM write FUseUTF8BOM;

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: TRALCSVFormatOptions read FFormatOptions write FFormatOptions;
 
Published property UseUTF8BOM: boolean read FUseUTF8BOM write FUseUTF8BOM;
 


GitHub Repository
Generated by PasDoc 0.16.0.