Vcl.ExtCtrls.TEditButton.Position

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Position: TButtonPosition read FPosition;

C++

__property TButtonPosition Position = {read=FPosition, nodefault};

Properties

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

Description

Specifies the position of the button in a buttoned edit control.

Use Position to specify the position of the button inside the buttoned edit control.

The Position property is of type TButtonPosition and can have one of the values in the table below.



Value Meaning

bpLeft

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

bpRight

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



See Also