Class TSdfDataSet

Unit

Declaration

type TSdfDataSet = class(TFixedFormatDataSet)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure InternalInitFieldDefs; override;
Protected function GetRecord(Buffer: TRecordBuffer; GetMode: TGetMode; DoCheck: Boolean) : TGetResult; override;
Protected function BufToStore(Buffer: TRecordBuffer): String; override;
Protected function StoreToBuf(Source: String): String; override;
Public constructor Create(AOwner: TComponent); override;

Properties

Published property AllowMultiLine: Boolean read FFMultiLine write SetMultiLine default True;
Published property Delimiter: Char read FDelimiter write SetDelimiter;
Published property FirstLineAsSchema: Boolean read FFirstLineAsSchema write SetFirstLineAsSchema;

Description

Methods

Protected procedure InternalInitFieldDefs; override;

This item has no description.

Protected function GetRecord(Buffer: TRecordBuffer; GetMode: TGetMode; DoCheck: Boolean) : TGetResult; override;

This item has no description.

Protected function BufToStore(Buffer: TRecordBuffer): String; override;

This item has no description.

Protected function StoreToBuf(Source: String): String; override;

This item has no description.

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Properties

Published property AllowMultiLine: Boolean read FFMultiLine write SetMultiLine default True;

This item has no description.

Published property Delimiter: Char read FDelimiter write SetDelimiter;

This item has no description.

Published property FirstLineAsSchema: Boolean read FFirstLineAsSchema write SetFirstLineAsSchema;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.