Category Custom user interface, Object ProUITable

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>
ProErrorProUITableCellComponentCopy(
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
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSAn invalid argument was given
See Also
ProUITableCellComponentDelete
ProUITableComponentCopy

Manual References:

  1. User Interface: Dialogs: Table Cell Functions
  2. User Interface: Dialogs: Table Cell Functions

Sample Code References:

  1. pt_examples ( TestUITable.c )
  2. pt_geardesign ( GearDesignUI.c )
  3. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  4. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  5. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  6. pt_userguide ( UgUITables.c )
  7. pt_userguide ( UgUITables.c )