RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetPageProducer Class

TCustomDataSetPageProducer is the ancestor of the data set page producer classes.

Pascal
TCustomDataSetPageProducer = class(TCustomPageProducer);
C++
class TCustomDataSetPageProducer : public TCustomPageProducer;

Do not create instances of TCustomDataSetPageProducer. Use TCustomDataSetPageProducer as a base class when declaring non-visual components that can appear on the component palette and be used in the form designer. Properties and methods of TCustomDataSetPageProducer provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!