InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / PasteDelay Property
In This Topic
    PasteDelay Property
    In This Topic
    Gets or sets how long (in tenths of a second) InfoConnect waits between "paste blocks" when pasting data from the Clipboard into display memory.
    Syntax
    expression.PasteDelay As Integer
    where expression is a variable that represents a Screen Object
    Remarks
    See the description for the PasteBufferSize property for information on configuring the size of a paste block.

    InfoConnect waits for the PasteDelay interval or for the number of characters already sent to be echoed back before sending another line.

    See Also