home *** CD-ROM | disk | FTP | other *** search
- unit VKDBFCDX;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- db, VKDBFParser, DBCommon, VKDBFIndex;
-
- type
-
- {TVKCDXOrder}
- TVKCDXOrder = class(TVKDBFOrder)
- end;
-
- {TVKCDXBag}
- TVKCDXBag = class(TVKDBFIndexBag)
- end;
-
- {TVKCDXIndex}
- TVKCDXIndex = class(TIndex)
- end;
-
- implementation
-
- uses
- VKDBFDataSet;
-
- end.
-