AttachMode Property (Read/Write)

Top  Previous  Next

Controls the type of association between the emulation session and the printing session.

 

Visual Basic Syntax

 

Tnb3287X.AttachMode [= TnbAttachMode]

 

Delphi Syntax

 

Tnb3287X.AttachMode; [:= TnbAttachMode]

 

 

Remarks

 

The following are possible values for AttachMode property:

 

Constant Value

Meaning

amDirect

Enables direct association between sessions.

amAssociate

The host handle the association between sessions.

 

Default value is amDirect.