[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies which icons appear on the top of the form
Source position: forms.pp line 634
public property TCustomForm.BorderIcons: TBorderIcons |
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.
lazarus-ccr.sourceforge.net |