Vcl.ExtCtrls.TEditButton.ImageIndex
Delphi
property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;
C++
__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, 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 in the unselected state.
Set ImageIndex 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 in the unselected state.
See Also
Code Examples