ObjConServerRegister

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean ObjConServerRegister( SalString sWindow,
		              SalString sTitle )

The ObjConServerRegister method is used by applications to register a window as an object connection server.

Parameters

Name Description
SalString sWindow Name of the window that will be used as an object connection server.
SalString sTitle Title to be used for the tab in the "Object Connections"/Attachments window that will contain this object connection server.

Returns

The return value is TRUE if the method succeeds, FALSE otherwise.

Comments

Windows registered with this mehtod automatically appear in tabs in the Object Connections /Attachments window displayed when the user chooses the "Object Connections" command.

Example

Call Component.ObjConServerRegister( 'tbwObjRefDoc', 'Documents' )
Call Component.ObjConServerRegister( 'tbwObjRefProj', 'Project Results' )
Add C# coding