IN_LinkToDocumentWindow

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_LinkToDocumentWindow function links an external Reference or Detail window to an external document window. All types of external windows must be registered before they can be linked together.

Syntax

int IN_LinkToDocumentWindow( extwinID, docwinID )

Parameters

Values

Meaning

IN_WINOBJ extwinID

identifier of an external Reference or Detail window (assigned by IN_RegisterExternalWindow). See Remarks.

IN_DOCWIN docwinID

docwinID identifier of the external document window to link to the Reference or Detail window

"" (empty string)
unlink the external Reference or Detail window

Remarks

You must use a specific ID when you issue commands to external document windows, even if you are referring to the active window.

Release information

Added to Imagenation for Windows in Release 4.30.

Not supported in Imagenation for UNIX.

See also

Using external Reference and Detail windows

Opening documents into external windows