Control - Left Property

Position of the control relative to the left boundary of its parent

Member of Control (PRIM_CTRL)

Data Type - Integer

Details

The Left property specifies the number of pixels between the left edge of the component and the left edge of its container in pixels.
 
If the control is under layout management, the Left property may be automatically modified by changes to other controls or the layout manager.
 
To determine the positon on the control on the screen, use the ScreenLeft property.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2