API 文件集 > Custom user interface > Object ProUITable > Function ProUITableFocusinActionSet
Function ProUITableFocusinActionSet
Description
Sets the focus in action for a table. This function is called when the user when the user moves the cursor onto the table using the mouse or [TAB] key.
Synopsis
#include <ProUITable.h>
ProUITableFocusinActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
ProUIAction callback
/* (In)
The action function.
*/
/* (In)
Data to be passed to callback function
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
這是否有幫助?