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

TWindowAttributes

A set of TWindowAttribute types.

Declaration

Source position: fpg_base.pas line 58

type TWindowAttributes = set of (

  waSizeable,

  

If this attribute is set, the window will be resizeable by the user.

  waAutoPos,

  

If this attribute is set, the underlying window manager will decide where the window will be placed on the screen it it becomes visible for the first time.

  waScreenCenterPos,

  

If this attribute is set, the window will be centred on the screen when it is shown for the first time.

  waStayOnTop,

  waFullScreen,

  waBorderless,

  waUnblockableMessages,

  waX11SkipWMHints,

  waOneThirdDownPos

);


Documentation generated on: 2010-08-30