home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
Chip_2003-01_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d56
/
VKDBF.ZIP
/
VKDBFCDX.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
2002-07-31
|
399b
|
29 lines
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.