Vcl.Controls.TCustomHint.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TImageList read FImages write SetImages;

C++

__property TImageList* Images = {read=FImages, write=SetImages};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Description

Specifies the list of images that can be displayed with the hint.

Images is a TImageList with images that can be displayed with the custom hint. The ImageIndex property specifies which image is displayed.

See Also