Functions (RemObjects SDK)
From RemObjects Software
NOTE: Work is needed on this page.
If you would like to contribute to this page, change the header line from wr to wip (to show work in progress).
When you have finished, change the header line from wip to wipr to show that the page is ready for review.
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
This section lists global procedures and functions included as part of the RemObjects SDK library. While the RemObjects SDK is largely object oriented sand class based, these functions are provided as helper functions or to register/unregister types with the library.
| NewROStream | function NewROStream: IROStream; overload; Creates and returns a new IROStream implementation.
|
| NewROStrings | function NewROStrings: IROStrings; Creates and returns a new IROStrings implementation. Overloads that wrap an existing TStrings instance, or create a new wrapped TStringList, are provided.
|
| NewROXmlDocument | function NewROXmlDocument: IXMLDocument; Creates and returns a new IXMLDocument implementation. Depending on the platform (Delphi vs. Kylix) and the configured conditional defines, the XML document will be either based on Microsoft's MSXML implementation or OpenXML.
|
| RegisterExceptionClass | procedure RegisterExceptionClass(anExceptionClass: ExceptionClass); Registers an Exception class for streaming from servers to clients so that exceptions of this type can be seamlessly re-raised client side. Usually, RegisterExceptionClass is called for you in the Intf code generated from your RODL file; however you can also call it to register custom exception classes you created in code, if they descend from EROServerException.
|
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Index | RemObjects SDK | Architecture | Method | Delphi
