Navigation:  Program Reference > Dialogs > Dialog Editor > Dialog Controls >

Label

Previous pageReturn to chapter overviewNext page

This control displays static text. The following properties are available for Label controls:

 

Appearance

 

Caption

The caption displayed in the control.

Default Font

Defines if a control uses the default font.

Font

The font used to paint the control, if the Default Font property is False.

Transparent

Defines if a control is transparent.

Visible

The visibility of the control.

 

Design

 

Name

Identifies the control.

System

Defines if current control is used as a system control. The available Label system controls are:

 

Value

Meaning

Action's Text

This label displays the current installer's action during the installation process. This system control must to be included only in the Install system dialog.

Progress Text

This label displays detailed information about what current installer's action is doing during the installation process. This system control must to be included only in the Install system dialog.

Component's Description

This label displays the description of the selected component. This system control must to be included only in a dialog that has the Components' List control.

Free Disk Space

This label displays the free space in the disk pointed by the %InstallDir% system variable.

Software's Total Size

This label displays the space necessary to install your application.

 

Layout

 

Height

The height of the control in pixels.

Left

The left position of the control.

Top

The top position of the control.

Width

The width of the control in pixels.

 

Options

 

Enabled

Defines if a control is enabled.

No Prefix

Defines if & is used to display the next character as underscored.

No Wrap

Defines if a control's text wraps.

Right Aligned

Defines if a control is aligned on the right.

RTLRO

Defines if the text in the control is displayed in a Right-To-Left-Reading-Order.

Sunken

Defines if a control is displayed with a sunken.

 

Variable

 

Indirect

Determines if the variable associated with this control is referenced indirectly.

Variable

The name of the variable associated with this control. First you must to define the variable you want to associate with the control in the Global Variables' Declaration editor, for further information read Global Variables Declaration topic.