Class: cDbTextEditDS_ [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_
------------------------------cDbTextEdit

Library: Windows Application Class Library

Package: cDbTextEdit.pkg

Mixins: DFNavigate_Mixin DFCode_DEO_Mixin DataFile_Help_Mixin

Description

cDbTextEditDS_ 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.