Vcl.ScreenTips.TScreenTipsWindow.FooterImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterImage: TBitmap read FHelpBitmap write SetHelpBitmap;

C++

__property Vcl::Graphics::TBitmap* FooterImage = {read=FHelpBitmap, write=SetHelpBitmap};

Properties

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

Description

The screen tip's footer image.

FooterImage represents the image that appears in the footer of the screen tip.

See Also