You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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.

Version

16.0.18

  • No labels