Display Controls

From RAD Studio
Jump to: navigation, search

Go Up to Types of Controls Index

There are many ways to provide users with information about the state of an application. For example, some components - including TForm - have a Caption property that can be set at run time. You can also create dialog boxes to display messages. In addition, the following components are especially useful for providing visual feedback at run time to identify the object.

Use this component or property: To do this:

Vcl.ComCtrls.TStatusBar

Display a status region (usually at the bottom of a window).

Vcl.ComCtrls.TProgressBar

Show the amount of work completed for a particular task.

Hint and ShowHint

Activate fly-by or "tooltip" Help.

HelpContext and HelpFile

Link context-sensitive online Help.

Topics

See Also