InfoConnect for Airlines
CopyToBuffer Method (IAlcScreen)


int value 1 through 4 indicating which clipboard buffer to copy data to.
Copies selected text to one of four clipboard buffers. If an invalid bufferNum value is specified, the request is ignored.
Syntax
'Declaration
 
Sub CopyToBuffer( _
   ByVal bufferNum As Integer _
) 
'Usage
 
Dim instance As IAlcScreen
Dim bufferNum As Integer
 
instance.CopyToBuffer(bufferNum)
void CopyToBuffer( 
   int bufferNum
)

Parameters

bufferNum
int value 1 through 4 indicating which clipboard buffer to copy data to.
See Also