Description

Updates the caption text of a form with the data being passed in.

Syntax

rv = Form_Services("SetWindowText", NewText, Window)

Parameters

ParameterDescription
NewText

Content to be used when updating the window's caption bar. This can be @FM delimited in case the data is coming from different sources, such as a control on the window itself. Controls will be identified with a double tilde. E.g., ~~EDL_NAME means "Get the TEXT property from the EDL_NAME control."

Window

Window (form) to be updated. Default is @Window.

Remarks

This is intended to allow forms to have additional information added to the caption bar so that users can more easily identify the form among many others already visible in the workspace.

Version

16.0.18

  • No labels