Vcl.ScreenTips.TScreenTipItem.ShowImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowImage: Boolean read FShowImage write FShowImage default False;

C++

__property bool ShowImage = {read=FShowImage, write=FShowImage, default=0};

Properties

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

Description

Enables or disables the image.

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

See Also