Vcl.ScreenTips.TScreenTipsWindow.Image

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Image: TPicture read FImage write SetImage;

C++

__property Vcl::Graphics::TPicture* Image = {read=FImage, write=SetImage};

Properties

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

Description

The image attached to the screen tip.

Image represents the image from the body of the TScreenTipItem. Use this property to change the image that appears in the screen tip body.

See Also