Class TDbfIndexDef

Unit

Declaration

type TDbfIndexDef = class(TCollectionItem)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FIndexName: string;
Protected FExpression: string;
Protected FOptions: TIndexOptions;
Protected FTemporary: Boolean;

Methods

Protected procedure SetIndexName(NewName: string);
Protected procedure SetExpression(NewField: string);
Public constructor Create(ACollection: TCollection); override;
Public destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;

Properties

Public property Temporary: Boolean read FTemporary write FTemporary;
Public property Name: string read FIndexName write SetIndexName;
Public property Expression: string read FExpression write SetExpression;
Published property IndexFile: string read FIndexName write SetIndexName;
Published property SortField: string read FExpression write SetExpression;
Published property Options: TIndexOptions read FOptions write FOptions;

Description

Fields

Protected FIndexName: string;

This item has no description.

Protected FExpression: string;

This item has no description.

Protected FOptions: TIndexOptions;

This item has no description.

Protected FTemporary: Boolean;

This item has no description.

Methods

Protected procedure SetIndexName(NewName: string);

This item has no description.

Protected procedure SetExpression(NewField: string);

This item has no description.

Public constructor Create(ACollection: TCollection); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public procedure Assign(Source: TPersistent); override;

This item has no description.

Properties

Public property Temporary: Boolean read FTemporary write FTemporary;

This item has no description.

Public property Name: string read FIndexName write SetIndexName;

This item has no description.

Public property Expression: string read FExpression write SetExpression;

This item has no description.

Published property IndexFile: string read FIndexName write SetIndexName;

This item has no description.

Published property SortField: string read FExpression write SetExpression;

This item has no description.

Published property Options: TIndexOptions read FOptions write FOptions;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.