Documentación de la API > Custom user interface > Object ProUIList > Function ProUIListVisiblerowsSet
Function ProUIListVisiblerowsSet
Description
Set the number of visible rows in a list component
Synopsis
#include <ProUIList.h>
ProUIListVisiblerowsSet
(
char* dialog
/* (In)
The name of the dialog that contains the list
*/
char* list
/* (In)
The name of the list component
*/
int visible_rows
/* (In)
The number of visible rows
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
User Guide References
¿Fue esto útil?