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

TCustomForm.BorderIcons

Specifies which icons appear on the top of the form

Declaration

Source position: forms.pp line 634

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

Description

Use bordericons flags to get or set the icons that appear on the top border of the form.
By default we see down-triangle or other generic icon on the left,
which activates a pop-up system menu allowing closure or re-sizing of the form,
and on the right end we see the minimise and re-size/maximise buttons,
but of course these can be customised by the application programmer.

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