[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 342

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

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads