[Overview][Constants][Types][Classes][Procedures and functions][Index] |
|
TButtonActionLink - provides a link between a button and its corresponding action |
|
|
TButtonControl : ancestor class for several Button (including Radio Button) and Check Box classes |
|
|
TCheckBox - a small box which can contain a check mark to indicate that it has been selected by a mouse click |
|
|
TComboBox - a simple combination of text box for free text entry, and a drop-down list allowing one of several options to be chosen. |
|
|
TCustomButton - the base class for TButton and TBitBtn |
|
|
TCustomCheckBox is the ancestor of all check-box components. |
|
|
TCustomComboBox - the base class from which TComboBox is derived |
|
|
TCustomEdit : the base type from which the TEdit Box is derived. |
|
|
TCustomGroupBox - the base class for TGroupBox, TRadioGroup and TCheckGroup |
|
|
TCustomLabel : the base type from which TLabel is derived. |
|
|
TCustomList Box : the base class for TListBox |
|
|
TCustomMemo : the base class for TMemo |
|
|
TCustomScrollBar : the base class for TScrollBar |
|
|
TCustomStaticText : the base class for Static Text |
|
|
TEdit - an Edit Box: for entry or display of a single line of text. |
|
|
TGroupBox - a container that allows a number of objects to be grouped physically and conceptually on the form |
|
|
TLabel : a brief text label to be placed in the Form near any object that needs to be identified. |
|
|
TListBox : a simple string list from which a choice is made |
|
|
TMemo - a box for entry or display of multiple lines of text |
|
|
TMemoScrollBar - a Scroll Bar specifically for use in Memo Boxes |
|
|
TRadioButton : a button that works with other Radio Buttons in a mutually exclusive way - if one button is selected, none of the others in the group can be selected |
|
|
TScrollBar - a control that allows the user to scroll the current page or document window by moving a slider |
|
|
TStaticText : a box to display a Constant Text String |
|
|
TToggle Box : a labelled box capable of being checked or unchecked |
lazarus-ccr.sourceforge.net |