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;

This item has no description.

Public procedure LoadPropsFromStream(AWriter: TRALBinaryWriter);

This item has no description.

Public procedure SavePropsToStream(AWriter: TRALBinaryWriter);

This item has no description.

Protected procedure AssignTo(ADest: TPersistent); override;

This item has no description.

Properties

Published property BoolFalseStr: StringRAL read FBoolFalseStr write FBoolFalseStr;

This item has no description.

Published property BoolTrueStr: StringRAL read FBoolTrueStr write FBoolTrueStr;

This item has no description.

Published property ColumnSeparator: CharRAL read FColumnSeparator write FColumnSeparator;

This item has no description.

Published property CustomDateFormat: StringRAL read FCustomDateFormat write FCustomDateFormat;

This item has no description.

Published property CustomTimeFormat: StringRAL read FCustomTimeFormat write FCustomTimeFormat;

This item has no description.

Published property DateTimeFormat: TRALDateTimeFormat read FDateTimeFormat write FDateTimeFormat;

This item has no description.

Published property DecimalSeparator: CharRAL read FDecimalSeparator write FDecimalSeparator;

This item has no description.

Published property ThousandSeparator: CharRAL read FThousandSeparator write FThousandSeparator;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.