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

TBorderIcons

Declaration

Source position: forms.pp line 385

type TBorderIcons = set of (

  biSystemMenu,

  

Window has a system menu.

  biMinimize,

  

Window has an Minimize button.

  biMaximize,

  

Window has an Maximize button.

  biHelp

  

Window has an Help button.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.