Class TRALCSVFormatOptions

Unit

Declaration

type TRALCSVFormatOptions = class(TPersistent)

Description

TRALCSVFormatOptions

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 BoolFalseStr: StringRAL read FBoolFalseStr write FBoolFalseStr;
Published property BoolTrueStr: StringRAL read FBoolTrueStr write FBoolTrueStr;
Published property ColumnSeparator: CharRAL read FColumnSeparator write FColumnSeparator;
Published property CustomDateFormat: StringRAL read FCustomDateFormat write FCustomDateFormat;
Published property CustomTimeFormat: StringRAL read FCustomTimeFormat write FCustomTimeFormat;
Published property DateTimeFormat: TRALDateTimeFormat read FDateTimeFormat write FDateTimeFormat;
Published property DecimalSeparator: CharRAL read FDecimalSeparator write FDecimalSeparator;
Published property ThousandSeparator: CharRAL read FThousandSeparator write FThousandSeparator;

Description

Methods

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

Properties

Published property BoolFalseStr: StringRAL read FBoolFalseStr write FBoolFalseStr;
 
Published property BoolTrueStr: StringRAL read FBoolTrueStr write FBoolTrueStr;
 
Published property ColumnSeparator: CharRAL read FColumnSeparator write FColumnSeparator;
 
Published property CustomDateFormat: StringRAL read FCustomDateFormat write FCustomDateFormat;
 
Published property CustomTimeFormat: StringRAL read FCustomTimeFormat write FCustomTimeFormat;
 
Published property DateTimeFormat: TRALDateTimeFormat read FDateTimeFormat write FDateTimeFormat;
 
Published property DecimalSeparator: CharRAL read FDecimalSeparator write FDecimalSeparator;
 
Published property ThousandSeparator: CharRAL read FThousandSeparator write FThousandSeparator;
 


GitHub Repository
Generated by PasDoc 0.16.0.