Category Custom user interface, Object ProUIInputpanel

Function ProUIInputpanelValueGet


Description
Reports the current value of the input panel
Synopsis
#include <ProUIInputpanel.h>
ProErrorProUIInputpanelValueGet(
char* dialog
/* (In)
The name of the dialog that contains the input panel
*/
char* inputpanel
/* (In)
The name of the input panel component
*/
wchar_t** value
/* (Out)
The current value of the input panel. The memory for this wide string is allocated by the function and should be freed with ProWstringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Input Panel Attributes

Sample Code References:

  1. pt_examples ( TestUITable.c )
  2. pt_mfg_proctable ( PTMfgProcTable.c )
  3. pt_mfg_proctable ( PTMfgProcTable.c )
  4. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  5. pt_userguide ( UgUISlider.c )
  6. pt_userguide ( UgUIVisibility.c )
  7. pt_userguide ( UgUtilUI.c )
  8. pt_userguide ( UgUtilUI.c )