|
SetCursorPos(Long row, Long col) SendKeys(String text, [optional] Long row, [optional] Long col) Integer SearchText(String text, [optional] Long Dir, [optional] Long row, [optional] Long col) String GetText( [optional] Long row, [optional] Long col, [optional] Long len) SetText(String text, [optional] Long row, [optional] Long col) String GetTextRect(Long startrow, Long startcol, Long endrow, Long endcol) Integer WaitForCursor(Long Row, Long Col, [optional] Long TimeOut, [optional] Integer bWaitForIr) Integer WaitWhileCursor(Long Row, Long Col, [optional]Long TimeOut, [optional] Integer bWaitForIr) Integer WaitForString(String WaitString, [optional] Long Row, [optional] Long Col, [optional] Long TimeOut, [optional] Integer bWaitForIr, [optional] Integer bCaseSens) Integer WaitWhileString(String WaitString, [optional] Long Row, [optional] Long Col, [optional] Long TimeOut, [optional] Integer bWaitForIr, [optional] Integer bCaseSens) Integer WaitForStringInRect(String WaitString, Long sRow, Long sCol, Long eRow,Long eCol, [optional] Long nTimeOut, [optional] Integer bWaitForIr, [optional] Integer bCaseSens) Integer WaitWhileStringInRect(String WaitString, Long sRow, Long sCol, Long eRow, Long eCol, [optional] Long nTimeOut, [optional] Integer bWaitForIr, [optional] Integer bCaseSens) WaitForAttrib(Long Row, Long Col, Long WaitData, [optional] Long MaskData, [optional] Long plane, [optional] Long TimeOut, [optional] Integer bWaitForIr) WaitWhileAttrib(Long Row, Long Col, Long WaitData, [optional] Long MaskData, [optional] Long plane, [optional] Long TimeOut, [optional] Integer bWaitForIr) public Integer WaitForScreen(Object screenDesc, [optional] Long TimeOut) public Integer WaitWhileScreen(Object screenDesc, [optional] Long TimeOut) |