Class: AbstractShapeControl [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class used to demonstrate DataFlex communicating with the Windows API

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
------------------AbstractShapeControl
---------------------ShapeControl

Library: Windows Application Class Library

Package: Dfshape.pkg

Description

AbstractShapeControl is an abstract class used to demonstrate DataFlex communicating with the Windows API. Its subclass ShapeControl should be used for sub-classing and instantiation.