myUiDpName()

Returns the name of the user interface data point.

Synopsis

string myUiDpName();

Parameters

Parameter Description
None -

Return value

The name of the user interface data point.

Description

Returns the name of the user interface data point that is valid for the current script.

Example

The function returns the name of the user interface data point, that is valid for this script.

main()
{
  string rDP;
  rDP = myUiDpName();
  DebugN(rDP);
}

Assignment

Miscellaneous functions

Availability

UI