RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEditButton.Position Property

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

Pascal
property Position: TButtonPosition;
C++
__property TButtonPosition Position;

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!