Print

GetDictionaryDescription

This function gets the description of currently selected position from specified dictionary field.

Syntax

GetDictionaryDescription("fieldTitle");

Function arguments

  • fieldTitle – (String) the defined dictionary case form field

Return value

This function returns String.
Returns the description of selected position from specified dictionary case field, or an empty string if it is not set.

Examples

Example 1:
This will get description from 'DictionaryField1′ and store its value in 'fieldDescription’ variable.

fieldDescription = GetDictionaryDescription("DictionaryField1");
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?