Control Name | Unit | Class |
RX Database Rich Edit | DBRichEd | TDBRichEdit |
Description:
A TDBRichEdit object is a multiline edit control that can display
and edit a rich text memo field in a dataset.
Use a TDBRichEdit object to enable users to edit a database field
in a rich text edit control.
TDBRichEdit provides the properties and methods to enter and work
with rich text.
TRichEdit does not provide any user interface components to make
these formatting options available to the user.
Applications must implement the user interface components to
surface the rich text capabilities of a TDBRichEdit object.
TDBRichEdit uses the Text property to represent the contents of
the field. If the database field does not include text formatting
information, consider using a TDBMemo object or a TDBEdit object
instead. If the application doesn’t require the data-aware
capabilities of TDBRichEdit, use a rich text edit control
(TRichEdit) instead, to conserve system resources.
Index Page | About | Download
Creation Date: 4 Feb 1998 | Last Update: 16 Mar 2000