Home > Language Reference > Classes > UIComponent

Left Property

Distance between the left edge of the form and the left edge of the element.

Syntax

Public Property Get Left() As Integer

Remarks

The Left property returns the horizontal coordinate of the top left corner of an element expressed in standard coordinates without taking the border into account. This property is available at design time and read-only at runtime. To dynamically move an element, use the Move method.

The vertical coordinate of the same element can be obtained using the Top property whilst the width and height of the element can be obtained using the Width and Height properties.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A