The Field_SetCaption() function sets the text caption for the specified field, such as a push button or button drop list.
Field_SetCaption(field_name, caption)
• field_name – The name of a window field.
• caption – A string containing the caption to use for the field.
The boolean value true.