Documentação da API > Custom user interface > Object ProUITable > Function ProUITableVisiblerowsGet
Function ProUITableVisiblerowsGet
Description
Get the number of visible rows in the table.
Synopsis
#include <ProUITable.h>
ProUITableVisiblerowsGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The name of the table component.
*/
int* value
/* (Out)
Number of visible rows.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?