IROClassFactory Interface

From RemObjects Wiki
Jump to: navigation, search

This is a Library topic for RemObjects SDK for Delphi
This page is generated from external data, please do not update

InterfacesClassesAliasesImplements

Contents

Overview

Base interface of all class factories. You will not use this interface, but one of its descendants.


Location

uROServerIntf.pas IROClassFactory | Descendants

Implemented in


Properties

InterfaceName

Presents the interface name as string.



property InterfaceName: string read


Invoker

Provides access to IROInvoker.



property Invoker: IROInvoker read


Required Methods

CreateInstance

Creates an uninitialized object.


procedure CreateInstance(const aClientID: TGUID; out anInstance: IInterface)


Parameters:

  • aClientID:
  • anInstance:


GetInterfaceName

Returns the interface name as string.


function GetInterfaceName: string


GetInvoker

Returns the pointer to IROInvoker.


function GetInvoker: IROInvoker


ReleaseInstance

Releases a previously acquired instance.


procedure ReleaseInstance(const aClientID: TGUID; var anInstance: IInterface)


Parameters:

  • aClientID:
  • anInstance:


Descendants


See Also


Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Xcode, Delphi, Java and JavaScript

GlossaryArticlesLibrarySamples

Personal tools
Namespaces

Variants
Actions
Navigation
products
platforms
special
Toolbox