Vcl.ExtCtrls.TButtonedEdit

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomButtonedEditVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTButtonedEdit

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


Code Examples