IToolbarButton.Text

Syntax

Text: String;

Description

The Text property determines name of the button in ToolBar toolbar that is displayed if the ShowCaptions property is set to True.

Comments

If the button uses the Action object, the value of the Text property for the button is determined automatically by the value of the Caption property of the Action object.

See also:

IToolbarButton