Vcl.ScreenTips.TCustomScreenTipsManager.Footer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Footer: string read FFooter write FFooter stored IsFooterStored;

C++

__property System::UnicodeString Footer = {read=FFooter, write=FFooter, stored=IsFooterStored};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

Description

Defines the screen tip footer text.

Footer represents the text that appears in the footer of the screen tip window.

You can use TScreenTipsManager to set or generate this property, through the Edit Screen Tips designer window. You can also generate Footer using GenerateScreenTips.


See Also