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

TCustomForm.BorderIcons

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

Declaration

Source position: forms.pp line 776

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

Description

BorderIcons is a TBorderIcons property which contains valued from the TBorderIcon enumeration, and indicates the icons displayed in the title bar for the form instance. The default value for the property includes the following enumeration values:

See TBorderIcon for more information about the enumeration values and their usage.

Changing the value in BorderIcons causes the WidgetSetClass for the form instance to be notified of the new values in the property.

Values in BorderIcons may be automatically changed at run-time when a new value is assigned to the BorderStyle property; see DefaultBorderIcons for the icons used for a specific border style.

See also

TBorderIcons

  

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

TBorderIcon

  

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

TCustomForm.BorderStyle

  

The border style affects the title bar, border and resize behavior of the form.

DefaultBorderIcons

  

Maps form border styles to their border icons.


Version 3.2 Generated 2024-02-25 Home