[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies the horizontal coordinate of the left edge of a component relative to its parent
Source position: fpg_base.pas line 533
public property TfpgWindowBase.Left: TfpgCoord |
Specifies the horizontal coordinate of the left edge of a component relative to its parent. Use the Left property to determine where the left side of the control begins or to reposition the left side of the control.
Remark: | fpGUI delays acting on the Top, Left, Width and Height properties of a control until the UpdateWindowPosition method is called. For more information on why this is so, see UpdateWindowPosition help. |
|
Forces fpGUI to act on window position and size properties |