Vcl.ExtCtrls.TEditButton.PressedImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PressedImageIndex: TImageIndex read FPressedImageIndex write SetPressedImageIndex default -1;

C++

__property System::Uitypes::TImageIndex PressedImageIndex = {read=FPressedImageIndex, write=SetPressedImageIndex, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TEditButton

Description

Determines which image is displayed when the button is pressed.

Set PressedImageIndex to associate the button with one of the images in the Images property of the parent buttoned edit control. The selected image will be displayed when the button is pressed.

See Also

Code Examples