( |
|
|
|||
Adds a new item to value set that is being defined. The numerical value is unique for each value item and is also the value that will be stored within a specific record field. (if specified so) |
Parameters: | |
Unique value ID for the item that is being added to the value set. | |
Caption for the value that is being added to the value set. | |
event startup begin SetLangMode(LangEnglish,"ENG",0); SetBegin(432); SetText(0,"No"); SetText(1,"Yes"); EndSet; return; end;
Related topics: |