Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableColumnLabelGet
Function ProUITableColumnLabelGet
Description
Gets the user-visible label for the column.
Synopsis
#include <ProUITable.h>
ProUITableColumnLabelGet
(
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.
*/
wchar_t** label
/* (Out)
The column label. Use ProWstringFree to release this string.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?