Field_SetCaption()

Examples


The Field_SetCaption() function sets the text caption for the specified field, such as a push button or button drop list.

Syntax

Field_SetCaption(field_name, caption)

Parameters

field_name – The name of a window field.

caption – A string containing the caption to use for the field.

Return value

The boolean value true.


Documentation Feedback