RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TEditButton.TButtonPosition Enumeration

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

Pascal
TButtonPosition = (
  bpLeft,
  bpRight
);
C++
enum TButtonPosition {
  bpLeft,
  bpRight
};

A TButtonedEdit has optional buttons on the left or on the right of it's 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.  

 

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