API 설명서 > Custom user interface > Object ProUIList > Function ProUIListVisiblerowsGet
Function ProUIListVisiblerowsGet
Description
Get the number of rows that are visible.
Synopsis
#include <ProUIList.h>
ProUIListVisiblerowsGet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list 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
도움이 되셨나요?