Vcl.ExtCtrls.TButtonedEdit
Delphi
TButtonedEdit = class(TCustomButtonedEdit)
C++
class PASCALIMPLEMENTATION TButtonedEdit : public TCustomButtonedEdit
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
TButtonedEdit is an edit control that has two embedded buttons.
Use a TButtonedEdit to add an edit control with two (optional) embedded buttons, one on either side of the text, to a form. TButtonedEdit uses the Images property to supply images from a TImageList to the embedded buttons, referenced by its LeftButton and RightButton properties. Use each button's ImageIndex, HotImageIndex, PressedImageIndex and DisabledImageIndex properties to specify images for each possible state.
See Also