Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

CAPTION Resource Statement

Overview

The CAPTION resource statement defines the caption for a simple dialog or the tab name for a dialog page (property sheet style dialog).

Syntax/Parameters

Syntax

CAPTION "text"

Parameters

text

A character string enclosed in double quotation marks ("). This must be a string literal.

Remarks

The caption essentially becomes the window text for the dialog page. If there are no tabs, the text becomes the caption of the dialog box while if a property sheet style is displayed, the caption becomes the tab name.

The dialog caption can be changed during execution using the DialogSetCaption function.