Class: cDbRichEdit_ [Abstract]

Properties  Events  Methods    Index of Classes

Allows the user to enter and edit RTF (rich-text format) text connected to a column in a database table

This is an abstract class and should never be used by a developer for object instantiation. While a developer could use this class for sub-classing, it is not encouraged.

Hierarchy

cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseControl
------------------DfBaseRichEdit
---------------------cRichEdit
------------------------cDbRichEdit_
---------------------------cDbRichEditDS_

Library: Windows Application Class Library

Package: cDbRichEdit.pkg

Mixins: Text_Window_mixin Nesting_Mixin Navigate_Mixin Verify_Mixin Server_Mixin Action_Bar_Mixin Find_Edit_Mixin DEO_Delegate_Mixin

Description

cDbRichEdit_ allows the user to enter and edit RTF (rich-text format) text connected to a column in a database table. Its sub-class cDbRichEdit should be used for sub-classing and instantiation.