[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies the vertical (X) coordinate of the top edge of a component relative to its parent
Source position: fpg_base.pas line 529
public property TfpgWindowBase.Top : TfpgCoord |
Specifies the vertical (X) coordinate of the top edge of a component relative to its parent. Use the Top property to determine where the top side of the control begins or to reposition the top 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 |