Vcl.StdCtrls.TButton.PressedImageIndex
Delphi
property PressedImageIndex: TImageIndex read FPressedImageIndex write SetPressedImageIndex default -1;
C++
__property PressedImageIndex = {default=-1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TButton |
Description
Image index for the pressed button state. {{#multireplace:Vcl.StdCtrls.TButton.PressedImageIndex|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TCustomButton.PressedImageIndex|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TCustomButton.PressedImageIndex|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Image index for the pressed button state.
PressedImageIndex is an image index into the Images property for the pressed button state. If the index value is -1, the same image is used as in the normal button state.
This is available only for Windows XP, Vista, Windows 7, or later Windows operating systems.