Class: cDbTextEdit_ [Abstract]

Properties  Events  Methods    Index of Classes

Allows the user to enter and edit 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
------------------DfBaseTextEdit
---------------------cTextEdit
------------------------cDbTextEdit_
---------------------------cDbTextEditDS_

Library: Windows Application Class Library

Package: cDbTextEdit.pkg

Mixins: Text_Window_mixin Nesting_Mixin Navigate_Mixin Verify_Mixin Server_Mixin Action_Bar_Mixin Find_Edit_Mixin DEO_Delegate_Mixin

Description

cDbTextEdit_ allows the user to enter and edit text connected to a column in a database table. Its sub-class cDbTextEdit should be used for sub-classing and instantiation.