Class: DfBaseObject [Abstract]
Properties Events Methods
Index of Classes
Provides a level of abstraction that separates the basic object support from the GUI support
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
Library: Windows Application Class Library
Package: none (class defined in runtime)
Description
The DfBaseObject class provides a level of abstraction that separates the basic object support from the GUI support.
Note
This merges the most basic window object behavior with the DataFlex cUIObject class. None of these changes are public.