Class TDbfFieldDefs

Unit

Declaration

type TDbfFieldDefs = class(TCollection)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function GetOwner: TPersistent; override;
Public constructor Create(Owner: TPersistent);
Public procedure Add(const Name: string; DataType: TFieldType; Size: Integer; Required: Boolean);
Public function AddFieldDef: TDbfFieldDef;

Properties

Public property Items[Idx: Integer]: TDbfFieldDef read GetItem;
Public property DbfVersion: TXBaseVersion read FDbfVersion write FDbfVersion;

Description

Methods

Protected function GetOwner: TPersistent; override;

This item has no description.

Public constructor Create(Owner: TPersistent);

This item has no description.

Public procedure Add(const Name: string; DataType: TFieldType; Size: Integer; Required: Boolean);

This item has no description.

Public function AddFieldDef: TDbfFieldDef;

This item has no description.

Properties

Public property Items[Idx: Integer]: TDbfFieldDef read GetItem;

This item has no description.

Public property DbfVersion: TXBaseVersion read FDbfVersion write FDbfVersion;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.