Vcl.DBCtrls

From RAD Studio API Documentation
Jump to: navigation, search


Package vcldb270.bpl

Classes

TCustomDBLookupComboBoxTCustomDBLookupComboBox is the base class for TDBLookupComboBox.
TDataSourceLinkTDataSourceLink helps manage the link to the data source for a TDBLookupControl object.
TDBCheckBoxTDBCheckBox is a data-aware control that allows the user to select or deselect a single value.
TDBComboBoxTDBComboBox represents a data-aware combo box control.
TDBEditTDBEdit represents a single-line edit control that can display and edit a field in a dataset.
TDBImageTDBImage represents a graphic image from a BLOB (binary large object) field of the current record of a dataset.
TDBListBoxTDBListBox represents a data-aware list box that allows users to change field values by selecting an item from a list.
TDBLookupComboBoxTDBLookupComboBox represents a combo box that identifies a set of field values in one dataset with a corresponding set of values from another dataset.
TDBLookupControlTDBLookupControl is the base class for controls that provide the user with a list of lookup items for filling in fields that require data from another dataset.
TDBLookupListBoxTDBLookupListBox provides a list of lookup items for filling in fields that require data from another dataset.
TDBMemoTDBMemo represents a multiline edit control that can display and edit a field in a dataset.
TDBNavigatorTDBNavigator (the database navigator) is used to move through the data in a dataset and perform operations on the data, such as inserting a blank record or posting a record.
TDBRadioGroupTDBRadioGroup represents a group of radio buttons connected to a database.
TDBRichEditTDBRichEdit represents a multiline edit control that can display and edit a rich text memo field in a dataset.
TDBTextTDBText represents a data-aware control that displays the value of a field on a form.
TFieldDataLinkTFieldDataLink helps a data-aware windowed control manage its link to a TField object and respond to data events.
TListSourceLinkTListSourceLink helps manage the link to the ListSource of a TDBLookupControl object.
TNavButton
TNavDataLinkTNavDataLink helps manage the link to the dataset for a TDBNavigator object.
TPaintControlTPaintControl draws data aware controls that are replicated in a data control grid.
TPopupDataList

Routines

DBUseRightToLeftAlignmentIndicates whether a data-aware control's alignment is reversed to a right-to-left mode.
OkToChangeFieldAlignment

Types

ENavClick
TDBNavigatorKindTDBNavigatorKind indicates the orientation of the TDBNavigator.
TDropDownAlignTDropDownAlign indicates the relative alignment of a drop-down list to the edit portion of a DB lookup combo box.
TLoadPictureEvent
TNavButtonSetTNavButtonSet is a set of TNavigateBtn values.
TNavButtonStyle
TNavGlyph
TNavigateBtnTNavigateBtn defines values identifying different possible buttons on a TDBNavigator object.
Vcl_Dbctrls__11

Constants

InitRepeatPauseInitRepeatPause: Integer = $190;
RepeatPauseRepeatPause: Integer = $64;
SpaceSizeSpaceSize: Integer = 5;