Objects Functions

CREATEOBJECTReturns a reference after creating a new ActiveX or OLE object (Variant).
GETOBJECTReturns the reference to an object provided by an ActiveX component.
ISOBJECTReturns the value True or False depending if the identifier represents an object (Boolean).
LOADLoads an object but doesn't display it.
SETAssigns an object reference to an object variable.
UNLOADRemoves an object from memory.
CREATEOBJECT
Returns a reference after creating a new ActiveX or OLE object (Variant).
GETOBJECT
Returns the reference to an object provided by an ActiveX component.
ISOBJECT
Returns the value True or False depending if the identifier represents an object (Boolean).
LOAD
Loads an object but doesn't display it.
SET
Assigns an object reference to an object variable.
UNLOAD
Removes an object from memory.

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top