Function ProUITableActivateActionSet
Description
Sets the activate action for a table. This function is called when the user presses the return key or double-clicks the left mouse button in the table.
Synopsis
#include <ProUITable.h>
ProUITableActivateActionSet
(
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
これは役に立ちましたか?