Specifies the horizontal coordinate of the component’s left edge within its parent.
Declaration
componentObj.Left
Read-Write Property | Integer |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
TBevel, TcxButton, TcxButtonEdit, TcxCalcEdit, TcxCheckBox, TcxCurrencyEdit, TcxDateEdit, TcxGroupBox, TcxLabel, TcxListBox, TcxMemo, TcxMRUEdit, TcxProgressBar, TcxRadioGroup, TcxSpinEdit, TcxTextEdit, TcxTimeEdit, TImage, TObjectPicker, TPanel, TRectObjectPicker, TShape
Description
Use the Left
property to retrieve or specify the horizontal coordinate of the component’s left edge relative to its parent component, or, if the given component is situated directly on the form, relative to the form.
Property Value
An integer value that specifies the horizontal position of the component’s left edge, in pixels.