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

Reference for unit 'StdCtrls': Classes

TButton

  

A push button control.

TButtonActionLink

  

Links an button to an action.

TButtonControl

  

The base class for various button controls.

TCheckBox

  

A label with a box which can contain a check mark.

TComboBox

  

A combination of an edit box and a (drop-down) list allowing one of several options to be chosen.

TCustomButton

  

The base class for clickable buttons (TButton and TBitBtn).

TCustomCheckBox

  

The base class for checkbox components.

TCustomComboBox

  

The base class for ComboBox components.

TCustomEdit

  

The base class for controls presenting editable text.

TCustomGroupBox

  

The base class for TGroupBox, TRadioGroup and TCheckGroup.

TCustomLabel

  

The base class for TLabel.

TCustomListBox

  

The base class for TListBox.

TCustomMemo

  

The base class for multi-line text controls.

TCustomScrollBar

  

The base class for TScrollBar.

TCustomStaticText

  

The base class for TStaticText.

TEdit

  

A control with a single line of editable text.

TGroupBox

  

A container that allows a number of objects to be grouped physically and conceptually on a form.

TLabel

  

Control to show static text, possibly in multiple lines.

TListBox

  

A scrollable list of strings.

TMemo

  

Control for editable multi-line text.

TMemoScrollbar

  

A ScrollBar for use in Memo Boxes.

TRadioButton

  

A selection 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 content of an associated control by moving an slider.

TStaticText

  

Control to display an constant text.

TToggleBox

  

A labelled box capable of being checked or unchecked

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