API-Dokumentation > Custom user interface > Object ProUITable > Function ProUITableArmActionSet
Function ProUITableArmActionSet
Description
Sets the arm action for a table. This function is called when the user changes the selection anchor cell and focus cell in the table.
Synopsis
#include <ProUITable.h>
ProUITableArmActionSet
(
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
War dies hilfreich?