myUiDpName()

Returns the name of the user interface datapoint.

Synopsis

string myUiDpName();

Parameters

Parameter Description
None -

Return value

The name of the user interface datapoint.

Description

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

Example

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

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

Assignment

Miscellaneous functions

Availability

UI