Documentación de la API > Custom user interface > Object ProUIList > Function ProUIListSelectionpolicyGet
Function ProUIListSelectionpolicyGet
Description
Get the selection policy of the list.
Synopsis
#include <ProUIList.h>
ProUIListSelectionpolicyGet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
/* (Out)
Selection policy.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?