Vcl.ScreenTips.TScreenTipsWindow.Footer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Footer: string read FFooter write SetFooter;

C++

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

Properties

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

Description

The screen tip's footer text.

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

See Also