Beschreibung | uses | Klassen, Schnittstellen und Objekte | Funktionen und Prozeduren | Typen | Konstanten | Variablen |
Name | Beschreibung |
---|---|
Klasse TCustomScrollBar |
|
Klasse TScrollBar |
|
Klasse TCustomGroupBox |
|
Klasse TGroupBox |
|
Klasse TCustomComboBox |
|
Klasse TComboBox |
|
Klasse TCustomListBox |
|
Klasse TListBox |
|
Klasse TCustomEdit |
|
Klasse TMemoScrollbar |
|
Klasse TCustomMemo |
|
Klasse TEdit |
|
Klasse TMemo |
|
Klasse TCustomStaticText |
|
Klasse TStaticText |
|
Klasse TButtonControl |
|
Klasse TButtonActionLink |
|
Klasse TCustomCheckBox |
|
Klasse TCheckBox |
|
Klasse TToggleBox |
|
Klasse TRadioButton |
|
Klasse TCustomLabel |
|
Klasse TLabel |
procedure Register; |
TEditCharCase = (...); |
TEchoMode = (...); |
TScrollStyle = (...); |
TScrollCode = (...); |
TScrollEvent = procedure(Sender: TObject; ScrollCode: TScrollCode; var ScrollPos: Integer) of object; |
TComboBoxAutoCompleteTextOption = (...); |
TComboBoxAutoCompleteText = set of TComboBoxAutoCompleteTextOption; |
TComboBoxStyle = (...); |
TOwnerDrawState = TBaseOwnerDrawState; |
TDrawItemEvent = procedure(Control: TWinControl; Index: Integer; ARect: TRect; State: TOwnerDrawState) of object; |
TMeasureItemEvent = procedure(Control: TWinControl; Index: Integer; var Height: Integer) of object; |
TListBoxStyle = (...); |
TSelectionChangeEvent = procedure(Sender: TObject; User: boolean) of object; |
TStaticBorderStyle = (...); |
TButtonActionLinkClass = class of TButtonActionLink; |
TLeftRight = taLeftJustify..taRightJustify; |
TCheckBoxState = (...); |
DefaultButtonControlUseOnChange: boolean; |
procedure Register; |
TEditCharCase = (...); |
Values
|
TEchoMode = (...); |
Values
|
TScrollStyle = (...); |
Values
|
TScrollCode = (...); |
Values
|
TScrollEvent = procedure(Sender: TObject; ScrollCode: TScrollCode; var ScrollPos: Integer) of object; |
TComboBoxAutoCompleteTextOption = (...); |
Values
|
TComboBoxAutoCompleteText = set of TComboBoxAutoCompleteTextOption; |
TComboBoxStyle = (...); |
Values
|
TOwnerDrawState = TBaseOwnerDrawState; |
TDrawItemEvent = procedure(Control: TWinControl; Index: Integer; ARect: TRect; State: TOwnerDrawState) of object; |
TMeasureItemEvent = procedure(Control: TWinControl; Index: Integer; var Height: Integer) of object; |
TListBoxStyle = (...); |
Values
|
TSelectionChangeEvent = procedure(Sender: TObject; User: boolean) of object; |
TStaticBorderStyle = (...); |
Values
|
TButtonActionLinkClass = class of TButtonActionLink; |
TLeftRight = taLeftJustify..taRightJustify; |
TCheckBoxState = (...); |
Values
|
DefaultButtonControlUseOnChange: boolean; |