[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TfpgWindowBase.Left

Specifies the horizontal coordinate of the left edge of a component relative to its parent

Declaration

Source position: fpg_base.pas line 533

public property TfpgWindowBase.Left: TfpgCoord
  read FLeft
  write SetLeft;

Description

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.

See also

TfpgWindowBase.UpdateWindowPosition

  

Forces fpGUI to act on window position and size properties


Documentation generated on: 2013-04-29