Unit 'dbf_idxfile' Package
[Overview][Constants][Types][Classes][Index] [#fcl-db]

TDbfIndexDef

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: dbf_idxfile.pas line 71

type TDbfIndexDef = class(TCollectionItem)

protected

  FIndexName: string;

  FExpression: string;

  FOptions: TIndexOptions;

  FTemporary: Boolean;

  procedure SetIndexName();

  procedure SetExpression();

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure Assign(); override;

  property Temporary: Boolean; [rw]

  property Name: string; [rw]

  property Expression: string; [rw]

published

  property IndexFile: string; [rw]

  property SortField: string; [rw]

  property Options: TIndexOptions; [rw]

end;

Inheritance

TDbfIndexDef

|

TObject


Documentation generated on: 2023-03-18