InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library
/
AlcScreen Object
/ Wait Method
Wait time in milliseconds.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Visual Basic (Declaration)
In This Topic
Syntax
See Also
Get Started
Quickstart
HowTos
Key Concepts
API Libraries
API Libraries
Attachmate.Reflection.Objects Library
Attachmate.Reflection.Objects.Emulation.ALC Library
Overview
Attachmate.Reflection.Objects.Emulation.ALC Library
Overview
Objects
AlcScreen
Overview
Members
Methods
CancelSelection Method
Copy Method
CopyAppend Method
CopyToBuffer Method
Cut Method
ExtendSelection Method
ExtendSelectionRect Method
GetCharacter Method
GetCharacters Method
GetText Method
GetTextEx Method
LockInput Method
MoveCursorTo1 Method
MoveCursorTo2 Method
Paste Method
PasteContinue Method
PasteFromBuffer Method
PutCharacter Method
PutText1 Method
PutText2 Method
ScreenCoordinateToIndex Method
ScreenIndexToColumn Method
ScreenIndexToCoordinate Method
ScreenIndexToRow Method
SearchText1 Method
SearchText2 Method
SearchText3 Method
SearchText4 Method
SelectAll Method
SendControlKey Method
SendControlKeySync Method
SendKeys Method
SetSelectionStartPos Method
UnlockInput Method
Wait Method
WaitForControlKey Method
WaitForCursor1 Method
WaitForCursor2 Method
WaitForHostSettle Method
WaitForKeyboardEnabled Method
WaitForText1 Method
WaitForText2 Method
Properties
AutoCopyOnSelect Property
ClearSelectionOnCopy Property
Columns Property
CursorColumn Property
CursorFollowsSelection Property
CursorRow Property
IsKeyboardLocked Property
Parent Property
Rows Property
ScreenSettleState Property
ScreenSettleTime Property
Selection Property
SelectionMode Property
StripTrailingBlankLines Property
Events
AfterSendKeys Event
BeforeSendControlKey Event
BeforeSendKeys Event
KeyboardLocked Event
KeyboardUnlocked Event
MouseClick Event
NewScreenReady Event
ScreenChanged Event
AlcTerminal
Enumerations
AlcScreenSizeOption
Attachmate.Reflection.Objects.Emulation.Common Library
Attachmate.Reflection.Objects.Emulation.IbmHosts Library
Attachmate.Reflection.Objects.Emulation.OpenSystems Library
Attachmate.Reflection.Objects.Emulation.PTR Library
Attachmate.Reflection.Objects.Emulation.T27 Library
Attachmate.Reflection.Objects.Emulation.UTS Library
Attachmate.Reflection.Objects.Framework Library
Wait Method (AlcScreen)
In This Topic
Syntax
See Also
Waits for the specified duration before executing the next command in the procedure. The procedure containing the command is paused until the wait expires.
Syntax
Visual Basic (Declaration)
expression
.Wait( _
ByVal
waitTime
As
Integer _ )
As
ReturnCode
where
expression
is a variable that represents a
AlcScreen Object
Parameters
waitTime
Wait time in milliseconds.
Return Value
One of the ReturnCode enum values
See Also
Reference
AlcScreen Object
AlcScreen Members