|
| KiXtart Command Reference |
OLEGETOBJECTactionOLEGetObject gets an object either from a file stored on disk, or from a class name, and returns a handle to the object. syntaxOLEGETOBJECT (mode, objectname" , classname) parametersMode
ObjectName The filename or the classname of the object you want to create. ClassName Optional parameter (only required if Mode = 2) indicating the class of the object to get. returnsIf the function succeeds it returns the handle to the object. If the function fails, it returns 0. |