API 설명서 > Custom user interface > Object ProUITable > Function ProUITableRowCellLabelsSet
Function ProUITableRowCellLabelsSet
Description
Sets the contents of the cells of the rows using a single string.
Synopsis
#include <ProUITable.h>
ProUITableRowCellLabelsSet
(
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* labels
/* (In)
String to use when setting the labels in the row. Use the tab character to separate individual labels into the separate columns.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?