OLE.Alias_Object Function
Syntax
as P = StringDictionary Alias_Object()
Description
Creates an OLE automation object to be used with <OLE>.SET().
Discussion
The OLE.Alias_Object() method creates an OLE object to be used with the <OLE>.SET() method. Returns the dictionary of aliases for OLE.
Example
a = ole.Alias_Object()
a.Set("MyOwnName","dhtmledit.dhtmledit")
h.class = "MyOwnName"
dim h.object as P
ui_modeless_dlg_box("x","{activex=100,20h}")See Also