API 설명서 > Custom user interface > Object ProUITable > Function ProUITableShowgridGet
Function ProUITableShowgridGet
Description
Get the flag to know if the grid of the table is shown or hidden.
Synopsis
#include <ProUITable.h>
ProUITableShowgridGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The name of the table component.
*/
ProBoolean* value
/* (Out)
PRO_B_TRUE if the grid is shown. PRO_B_FALSE if the grid is hidden.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?