home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
OLECONST.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1997-01-16
|
546b
|
28 lines
unit oleconst;
interface
{$R oleconst.RES}
const
SBadPropValue = 62208;
SCannotActivate = 62209;
SNoWindowHandle = 62210;
SOleError = 62211;
SVarNotObject = 62212;
SVarNotAutoObject = 62213;
SNoMethod = 62214;
SLinkProperties = 62215;
SInvalidLinkSource = 62216;
SCannotBreakLink = 62217;
SLinkedObject = 62218;
SEmptyContainer = 62219;
SInvalidVerb = 62220;
SPropDlgCaption = 62221;
SInvalidStreamFormat = 62222;
SInvalidLicense = 62223;
SNotLicensed = 62224;
implementation
end.