API 文件集 > Custom user interface > Object ProUITable > Function ProUITableRowRename
Function ProUITableRowRename
Description
Renames the table row.
Synopsis
#include <ProUITable.h>
ProUITableRowRename
(
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.
*/
char* name
/* (In)
The new name.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
這是否有幫助?