Previous Topic

Next Topic

Inhoudsopgave

Book Index

TDBMemo Control

TDBMemo

Description

Represents a multiline edit control that can display and edit a field in a dataset.

Remarks

Use TDBMemo to let users edit a field that may contain lengthy textual data or to simply display the contents of such a field. TDBMemo permits multiple lines of text. Thus, TDBMemo is appropriate for long alphanumeric fields or text binary large objects (BLOBs). For short alphanumeric fields, consider using a TDBEdit component instead. If the application does not require the data-aware capabilities of TDBMemo, use a memo control (TMemo) instead.

General Data-Aware Control Properties

Property Property DataField: String (R/W)

Property Property DataSource: TDataSource (R/W)

Property Property ReadOnly: Boolean (R/W)