API 설명서 > Custom user interface > Object ProUITable > Function ProUITableComponentCopy
Function ProUITableComponentCopy
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>
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
The function was successful
The function failed
An invalid argument was given
See Also
Sample Code References
User Guide References
도움이 되셨나요?