IBM Lotus Symphony
|
Powoduje utworzenie obiektu UNO. W systemie Windows umożliwia również tworzenie obiektów OLE.
Ta metoda tworzy instancje typu przekazanego za pomocą parametru.
oObiekt = CreateObject( Typ )
Type adres
Nazwa_1 as String
Miasto as String
End Type
Sub main
moj_adres = CreateObject("adres")
MsgBox IsObject(moj_adres)
End Sub