AboutDialog.comments

string comments() @property

Get comments property.

Returns

Comments about the program. This string is displayed in a label

in the main dialog, thus it should be a short explanation of the main purpose of the program, not a detailed list of features.

void comments(string propval) @property

Set comments property.

Parameters

propvalComments about the program. This string is displayed in a label in the main dialog, thus it should be a short explanation of the main purpose of the program, not a detailed list of features.