All Editions
Related Functions
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) | |
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