Vcl.ScreenTips.TScreenTipItem.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 published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

The image of the screen tip.

Image represents the image that appears in the body of the screen tip pop-up window.

See Also