home *** CD-ROM | disk | FTP | other *** search
- 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.