Documentazione API > Custom user interface > Object ProUITable > Function ProUITableCellComponentCopy
Function ProUITableCellComponentCopy
Description
Copies a predefined component and places it in the table in the designated cell. The component will be displayed in this cell.
Synopsis
#include <ProUITable.h>
ProUITableCellComponentCopy
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* row
/* (In)
The row containing the target cell.
*/
char* column
/* (In)
The column containing the target cell.
*/
char* source_device
/* (In)
The name of the dialog from which to copy the component.
*/
char* source_component
/* (In)
The name of the component to copy.
*/
char* name
/* (In)
The name for the copied component in the table.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
See Also
Sample Code References
User Guide References
È stato utile?