API 文件集 > Custom user interface > Object ProUITable > Function ProUITableRowLabelGet
Function ProUITableRowLabelGet
Description
Gets the user-visible label for the table row.
Synopsis
#include <ProUITable.h>
ProUITableRowLabelGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* row
/* (In)
The table row name.
*/
wchar_t** label
/* (Out)
The row name. Use ProWstringFree to release this string.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
這是否有幫助?