API Documentation > Custom user interface > Object ProUITable > Function ProUITableFocusoutActionSet
Function ProUITableFocusoutActionSet
Description
Sets the focus out action for a table. This function is called when the user when the user moves the cursor off of the table using the mouse or [TAB] key.
Synopsis
#include <ProUITable.h>
ProUITableFocusoutActionSet
(
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
Was this helpful?