home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl 25
/
nopv25.iso
/
040A
/
SQLEXP.ZIP
/
SQLEXPR.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1997-01-17
|
237 b
|
18 lines
unit sqlexpr;
interface
uses Classes, DBTables, DsgnIntf, sqlexp;
procedure Register;
implementation
procedure Register;
begin
RegisterPropertyEditor(TypeInfo(TStrings), TQuery,
'SQL',TSQLProperty);
end;
end.