RAD Studio VCL Reference
|
TDBMemo represents a multiline edit control that can display and edit a field in a dataset.
TDBMemo = class(TCustomMemo);
class TDBMemo : public TCustomMemo;
DBCtrls
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 uses the Text property to represent the contents of the 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 doesn't require the data-aware capabilities of TDBMemo, use a memo control (TMemo) instead, to conserve system resources.
Displaying and Editing Text in a Memo Control
Using Common Data Control Features
Navigating Datasets
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|