Examples: Field_SetCaption()


The following example sets the caption of the Save button to Sa&ve. The ampersand indicates an access key will be available for the push button.

local boolean result;

result = Field_SetCaption('Save Button', "Sa&ve");


Documentation Feedback