Returns the distance between the internal left edge of an object and the left edge of its container.
[ fLeft = ] Object.Left
The Left property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AToolBarButton |
AToolBarButton class |
|
fLeft |
Float |
The left-most position of the object in the AToolBar |
The following statement returns the left-most position of the AToolBarButton in its AToolBar container:
ftrb1Left=tbrb1.Left