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

TBorderIcons

Represents a visual element in a window title bar; depends on window manager support.

Declaration

Source position: forms.pp line 464

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.

);


Version 3.2 Generated 2024-02-25 Home