Unit ClassFactory

MyOle ver. 0.91 Author: Matej Trampus, Slovenija E-MAIL: - Matej.Trampus@kiss.uni-lj.si See readme.txt for details. //

Classes

IUnknownClass - BUGS: - TClassFactory.
TMyClassFactory -

Functions

clsid2TMyOle - destroys all class factories

we will run into problems if _TMyOleCount>0
iOleObject2TDelphiOle - successful only if class has been registered with RegisterOleObjects
RegisterOleObjects - IMPLEMENTIRAJ!!! Automation.
UnRegisterOleObjects - creates class factories

add to the list

Types

Constants

Variables


Functions


function clsid2TMyOle(const CLSID:TClsid):TDelphiOleClass;

destroys all class factories

we will run into problems if _TMyOleCount>0


function iOleObject2TDelphiOle(obj:IOleObject):TDelphiOle;

successful only if class has been registered with RegisterOleObjects

procedure RegisterOleObjects(objects:array of TDelphiOleClass);

IMPLEMENTIRAJ!!! Automation.CountAutoObject(fLock);

procedure UnRegisterOleObjects;

creates class factories

add to the list


Types


Constants


Variables