Category Custom user interface, Object ProUILabel

Function ProUILabelTextSet


Description
Set the label of a label component
Synopsis
#include <ProUILabel.h>
ProErrorProUILabelTextSet(
char* dialog
/* (In)
The name of the dialog thet contains the label
*/
char* label_component
/* (In)
The name of the label component
*/
wchar_t* label
/* (In)
The label of the label component
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Label Attributes

Sample Code References:

  1. pt_install_cxx ( TestInstall.cxx )
  2. pt_install_test ( TestInstall.c )
  3. pt_mfg_proctable ( PTMfgProcTable.c )
  4. pt_mfg_proctable ( PTMfgProcTable.c )
  5. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  6. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  7. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  8. pt_userguide ( UgUISlider.c )
  9. pt_userguide ( UgUIYesnoDialog.c )
  10. pt_userguide ( UgUtilUI.c )