Data Controls tab
From Lazarus wiki
Jump to navigationJump to search
│
English (en) │
français (fr) │
日本語 (ja) │
русский (ru) │
References:
Tutorials/practical articles:
Databases |
The Data controls tab of the Component Palette contains database-related control components.
Icon | Component | Description | Online Docs |
---|---|---|---|
TDBNavigator | navigation control for use with a connected database | Link | |
TDBText | text contents for a TDataSet field value, not editable | Link | |
TDBEdit | single-line edit control for a TDataSet field value | Link | |
TDBMemo | multi-line edit control for a TDataSet field value | Link | |
TDBImage | image stored in a field of a TDataSet | Link | |
TDBListBox | list with several string items, the selected item corresponds to a TDataSet field | Link | |
TDBLookupListBox | similar to TDBListBox, but the string items are taken from a lookup TDataSet | Link | |
TDBComboBox | dropdown list with several options, the selected item corresponds to a TDataSet. | Link | |
TDBLookupComboBox | similar to TDBComboBox, but the string items are taken from a lookup TDataSet | Link | |
TDBCheckBox | checkbox corresponding with a TDataSet field value | Link | |
TDBRadioGroup | group of TRadioButtons, the selected index corresponds to a TDataSet field. | Link | |
TDBCalendar | date from the TDataSet displayed in a month calendar | Link | |
TDBGroupBox | container for other controls. Data field information is displayed in header of the box. | Link | |
TDBGrid | grid displaying fields of several records of s TDataSet | Link | |
TDBDateTimePicker | date/time value editor for a TDataSet field | (no LCL control) |
Component Palette |
---|
Standard/ja - Additional/ja - Common Controls/ja - Dialogs/ja - Data Controls/ja - Data Access/ja - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro |