TDBText
From Lazarus wiki
│
English (en) │
français (fr) │
русский (ru) │
TDBText text control for use with a connected database. It is available from the Data Controls tab of the Component Palette.
To be used, a TDBText must be linked to a TDataSource component. The property DataField determines what will be displayed from the current row of the datasource.
See also