Function ProUITableColumnsGet
Description
Gets the width of the table.
Synopsis
#include <ProUITable.h>
ProUITableColumnsGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
int* value
/* (Out)
The table width, in characters.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?