Previous Topic

Next Topic

Inhoudsopgave

Book Index

TDBEdit Control

TDBEdit

Description

Represents a single-line edit control that can display and edit a field in a dataset.

Remarks

Use TDBEdit to enable users to edit a database field. TDBEdit permits only a single line of text. If the field may contain lengthy data that would require multiple lines, consider using a TDBMemo object. If the application does not require the data-aware capabilities of TDBEdit, use an edit control (TEdit) instead.

General Data-Aware Control Properties

Property Property DataField: String (R/W)

Property Property DataSource: TDataSource (R/W)

Property Property ReadOnly: Boolean (R/W)