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

TCustomForm.BorderIcons

Specifies which icons appear in the title bar of the form.

Declaration

Source position: forms.pp line 680

public property TCustomForm.BorderIcons : TBorderIcons
  read FBorderIcons
  write SetBorderIcons
  default [biSystemMenu, biMinimize, biMaximize];

Description

The icons can represent a system menu, minimize/restore/maximize and close buttons, and an What's this button.

See also

TBorderIcon

  

Visual elements in window title bars - depending on window manager support.

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