cUserDataSource

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

The cUserDataSource prototype class is a complete data source that does not have a run-time GUI. Because all framework window and table objects have a "built in" data source, there is seldom a need to use the cUserDataSource.

There are however some cases that require the use of cUserDataSource. For instance if you wish to show information from two independent (e.g. no master-detail relationship) data sources in the same window, without using tabs or child tables. In such a case you can place two cUserDataSource on the window and then connect data items to those data sources as desired.

Super Classes

Instance Objects with mapped interfaces