Documentação da API > Custom user interface > Object ProUITable > Function ProUITableSelectionpolicySet
Function ProUITableSelectionpolicySet
Description
Sets the table selection policy.
Synopsis
#include <ProUITable.h>
ProUITableSelectionpolicySet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
/* (In)
The table selection policy:
PROUISELPOLICY_NONE = Do not allow item selection.
PROUISELPOLICY_SINGLE = Select 0 or 1 items.
PROUISELPOLICY_BROWSE = Always select exactly 1 item.
PROUISELPOLICY_MULTIPLE = Select any number of items.
PROUISELPOLICY_EXTENDED = Select any number of items, including ranges of items.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
Isto foi útil?