Attribute | Data Type | Description | Access | Inherited From |
---|---|---|---|---|
ClassName | varchar(32) | Gives the name of an object's actual type (as opposed to its declared type) | R | Object |
ClientData | Object | Provides a way to associate data with an object | RW | Object |
Errorcode | integer | Is the internal COM HRESULT value resulting from the most recently invoked RemoteServer method | R | Defined |
Errortext | varchar(256) | Is the error text message associated with a COM error | R | Defined |
Flags | varchar(256) | Is the OpenROAD startup flags passed into the Initiate call with the flags parameter | R | Defined |
Image | varchar(256) | Is the path of the loaded OpenROAD image file passed into the Initiate call with the image parameter | R | Defined |
InstanceIdentifier | integer8 | Contains a value that uniquely identifies an instance of an allocated object | R | Object |
InstanceReferences | integer | Contains the current number of references to the object | R | Object |
Location | varchar(256) | Is the OpenROAD Server location passed into the Initiate call with the location parameter | R | Defined |
JsonRpcResult | JsonValue | Represents the return value of the procedure that was called using Call4GL() on a connection initiated with 'http-jsonrpc' routing. | R | Defined |
Routing | varchar(256) | The OpenROAD Server routing passed into the Initiate call with the location parameter | R | Defined |
ServerType | integer | Specifies the server type, which is set during the Initiate call according to the type parameter | R | Defined |