| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class defined for ActiveX compatibility.
Source position: types.pp line 307
type IClassFactory = interface(IUnknown)  | 
||
function CreateInstance();  | 
  | 
Create a new instance of an interface.  | 
function LockServer();  | 
  | 
Lock ActiveX server object.  | 
end;  | 
  | 
Class defined for ActiveX compatibility.  | 
|
  | 
Basic interface for all COM-based interfaces  | 
IClassFactory is defined for Delphi/Kylix compatibility and should not be used.