、 tab_get_item ( tab, item_num, out_item ); 返回 tab 選項的名稱 202 、 tab_get_selected ( tab, out_item, out_num ); 返回選定的 tab 選項的" name="description" />
201MILY: 宋體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、tab_get_item ( tab, item_num, out_item );返回tab選項的名稱
202、tab_get_selected ( tab, out_item, out_num );返回選定的tab選項的名稱和個數
203、tab_select_item ( tab, item );選擇tab選項
204、tab_wait_info ( tab, property, value, time );等待tab屬性的值
205、tbl_activate_cell ( table, row, column );雙擊表里某個單元
206、tbl_activate_col ( table, column );雙擊表里某列
207、tbl_activate_header ( table, column );雙擊表里某列標題
208、tbl_activate_row ( table, row );雙擊表里某行
209、tbl_deselect_col ( table, column );取消選擇表的某列
210、tbl_deselect_cols_range ( table, from_column, to_column );取消選擇表里某幾列
211、tbl_deselect_row ( table, row );取消選擇表里某行
212、tbl_deselect_rows_range ( table, from_row, to_row );取消選擇表里某幾行
213、tbl_extend_col ( table, column );往表里當前列加一列
214、tbl_extend_cols_range ( table, from_column, to_column );往表里當前列加多列
215、tbl_extend_row ( table, row );往表里當前行前加一行
216、tbl_extend_rows_range ( table, from_row, to_row );往表里當前行加多行
217、tbl_get_cell_data ( table, row, column, out_text );返回表里指定單元的內容
218、tbl_get_cols_count ( table, out_cols_count );返回表的列數
219、tbl_get_column_name ( table, col_index, out_col_name );返回表里指定列的標題名稱
220、tbl_get_column_names ( table, out_col_names, out_cols_count );返回表里列的名稱和個數
221、tbl_get_rows_count ( table, out_rows_count );返回表的行數
222、tbl_get_selected_cell ( table, out_row, out_column );返回表里焦點所在單元
223、tbl_get_selected_row ( table, row );返回當前焦點所在行
224、tbl_select_cells_range ( table, start_row, start_col, end_row, end_col );在表里點擊選定的幾個單元
225、tbl_select_col_header ( table, column );選定指定的列的標題
226、tbl_select_cols_range ( table, from_column, to_column );在表里選定指定的幾列
227、tbl_select_rows_range ( table, from_row, to_row );在表里選定指定的幾行
228、tbl_set_cell_data ( table, row, column, data );設置表里某單元的內容
229、tbl_set_cell_focus ( table, row, column );設置表里焦點到某個單元
230、tbl_set_selected_cell ( table, row, column );在表里選定指定的單元
231、tbl_set_selected_col ( table, column );在表里選定指定的列
232、tbl_set_selected_row ( table, row );在表里選定指定的行
233、obj_click_on_text ( object, string [ ,search_area [ , string_def [ , mouse_button ] ] ] );點擊一個對象的文本
234、obj_find_text ( object, string, result_array [, search_area [, string_def ] ] );返回一個對象字符串的位置
235、obj_get_text ( object, out_text [, x1, y1, x2, y2 ] );從對象里讀取文本
236、obj_move_locator_text ( object, string [ , search_area [ , string_def ] ] );在對象里把鼠標焦點落在字符串
237、win_find_text ( window, string, result_array [, search_area [, string_def ] ] );在一個窗口返回字符串位置
238、win_click_on_text (window, string [ ,search_area [ , string_def [ , mouse_button ] ] ] );在窗口搜索文本
239、win_get_text ( window, out_text [, x1, y1, x2, y2] );從窗口指定的區域讀取文本
240、win_move_locator_text ( window, string [ ,search_area [ ,string_def ] ] );在窗口里把鼠標焦點落在字符串
241、toolbar_button_press ( toolbar, button, mouse_button );點擊工具欄按鈕
242、toolbar_get_button ( toolbar, button_num, out_text );返回工具欄按鈕名稱
243、toolbar_get_button_info ( toolbar, button, property, out_value );返回工具欄按鈕屬性值
244、toolbar_get_button_num ( toolbar, button, out_num );返回工具欄按鈕位置
245、toolbar_get_buttons_count ( toolbar, out_num );返回工具欄按鈕的個數
246、toolbar_select_item ( toolbar, toolbar_item_chain [, mouse_button ] );選擇類菜單工具欄的某項
247、web_browser_invoke ( browser, site );調用ie打開某個站點
248、web_cursor_to_image ( image, x, y );移動鼠標指針到某個圖片
249、web_cursor_to_label ( label, x, y );移動鼠標指針到某個標簽
250、web_cursor_to_link ( link, x, y );移動鼠標指針到某個鏈接
251、web_cursor_to_obj ( object, x, y );移動鼠標指針到某個對象
252、web_event ( object, event_name [, x , y ] );在指定對象運行一個事件
253、web_file_browse ( object );點擊瀏覽按鈕
254、web_file_set ( object, value );在文件類型的對象設置文本值
255、web_find_text ( frame, text_to_find, result_array [, text_before, text_after, index, show ] );返回幀內文本位置
原文轉自:http://www.anti-gravitydesign.com