Class: DfBaseEdit [Abstract] [Obsolete]

Properties  Events  Methods    Index of Classes

Abstract class that allows users to enter multiple lines of text

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
------------------DfBaseEdit
---------------------Edit

Library: Windows Application Class Library

Package: none (class defined in runtime)

Description

This class is obsolete. It has been replaced with the DFBaseTextEdit class.





DfBaseEdit is used to allow users to enter multiple lines of text. Its sub-classes Edit and dbEdit should be used for sub-classing and instantiation.