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

TBorderIcon

TBorderIcon - enumerated type to specify which icon appears on the top border of the Form

Declaration

Source position: forms.pp line 352

type TBorderIcon = (

  biSystemMenu,

  

  biMinimize,

  

  biMaximize,

  

  biHelp

  

);

Description

biSystemMenu - The form has a System menu (Maybe not all windowmanager supports this)
biMinimize - The form has an minimize button
biMaximize - The form has a maximize button
biHelp - When you click this button a Question Cursor appears and the help routines are called if you click on an control

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