Function ProUITableRowLabelSet
Description
Sets the user-visible label for the table row.
Synopsis
#include <ProUITable.h>
ProUITableRowLabelSet
(
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
/* (In)
The new row label.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
これは役に立ちましたか?