Vcl.ScreenTips.TScreenTipItem.ShowFooter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowFooter: Boolean read FShowFooter write FShowFooter default True;

C++

__property bool ShowFooter = {read=FShowFooter, write=FShowFooter, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

Enables or disables the footer.

Set ShowFooter to True to show the footer on the screen tip window, and to False otherwise. The default value is True.

See Also