Hlp.T.StringSet:a string set
Hlp.G.StringSet:!USAGE/string set;

Hlp.G.StringSet.DELIVERVALUE:!SWVC/StringSet_ValueChanged;
Hlp.G.StringSet.DELIVERSHOW:!SWD/the StringSet_AboutToBeShown event just before the stringset's menu is displayed;
Hlp.G.StringSet.HASTITLE:Switch on if you wish the menu to have a title.
Hlp.G.StringSet.TITLE:\Tmenu's title.
Hlp.G.StringSet.STRINGS:These are the menu entries, separated by commas. Use \\, to include a comma inside an entry (and \\\\ to include \\).
Hlp.G.StringSet.INITIAL:\Tinitial value for the display field (if any), and also determines which entry (if any) is ticked in the menu.
Hlp.G.StringSet.INITIALMAX:\Tbuffer size for the stringset's display field; ResEd ensures it is always large enough to accommodate any of the menu entries or the specified initial string.||MUse '*' to make the buffer just the right size.
Hlp.G.StringSet.HASDISPLAY:!SI/display or writable field;
Hlp.G.StringSet.DISPLAY:!SI/display field;
Hlp.G.StringSet.WRITABLE:!SI/writable field;
