InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / PasteDelay Property


In This Topic
    PasteDelay Property
    In This Topic
    Gets or sets how many tenths of a second to wait between "paste blocks" when pasting data from the Clipboard into display memory. (See the description for the PasteBufferSize property for information on configuring the size of a paste block.) In Reflection for UNIX and OpenVMS and Reflection for ReGIS Graphics, the emulator waits either for the PasteDelay interval or for the number of characters already sent to be echoed back before sending another line.
    Syntax
    'Declaration
     
    
    Property PasteDelay As Integer
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Integer
     
    instance.PasteDelay = value
     
    value = instance.PasteDelay
    int PasteDelay {get; set;}
    See Also