| Description |
| Copies a predefined component and places it in the table. The component will not be displayed until it is assigned to a table cell using ProUITableCellComponentNameSet(). However, you can update the component's properties as needed and display it at a later time. |
| Synopsis |
| #include <ProUITable.h> |
| ProError | ProUITableComponentCopy | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the table. |
| */ |
| char* component | |
| /*
(In) |
| The table name. |
| */ |
| 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 |
|
|
| See Also |
| ProUITableCellComponentNameSet |
| ProUITableCellComponentCopy |
| ProUITableComponentDelete |