Function ProUITableColumnWidthGet
Description
Gets the width of the column in the table.
Synopsis
#include <ProUITable.h>
ProUITableColumnWidthGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* column
/* (In)
The table column name.
*/
int* width
/* (Out)
The column width, in characters.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
これは役に立ちましたか?