Vcl.ExtCtrls.TEditButton.TButtonPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TButtonPosition = (bpLeft, bpRight);

C++

enum DECLSPEC_DENUM TButtonPosition : unsigned char { bpLeft, bpRight };

Properties

Type Visibility Source Unit Parent
enum protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TEditButton

Description

TButtonPosition specifies the position of the button in a buttoned edit control.

A TButtonedEdit has optional buttons on the left or on the right of its edit field. These optional buttons are of type TEditButton and TButtonPosition is the enumeration that determines whether this TEditButton is on the left or the right. The following are possible values of TButtonPosition:



Value Meaning

lpLeft

The button appears to the left of the edit field in a buttoned edit control.

lpRight

The button appears to the right of the edit field in a buttoned edit control.