API-Dokumentation > Custom user interface > Object ProUITable > Function ProUITableColumnsInsert
Function ProUITableColumnsInsert
Description
Inserts one or more columns into the table.
Synopsis
#include <ProUITable.h>
ProUITableColumnsInsert
(
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. The new columns will be inserted after this column.
*/
int count
/* (In)
Number of items in the names array
*/
char** names
/* (In)
Array of new column names to insert.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
War dies hilfreich?