API:Web.DSProd.TDataSetPageProducer

From RAD Studio API Documentation
Jump to: navigation, search

Web.DSProd.TCustomDataSetPageProducerWeb.HTTPProd.TCustomPageProducerWeb.HTTPProd.TBasePageProducerWeb.HTTPApp.TCustomContentProducerTDataSetPageProducer

Delphi

TDataSetPageProducer = class(TCustomDataSetPageProducer)

C++

class PASCALIMPLEMENTATION TDataSetPageProducer : public TCustomDataSetPageProducer

Properties

Type Visibility Source Unit Parent
class public
Web.DSProd.pas
Web.DSProd.hpp
Web.DSProd Web.DSProd

Description

TCustomDataSetPageProducer is the ancestor of the dataset page producer classes.

Web.DSProd.TDataSetPageProducer inherits from Web.DSProd.TCustomDataSetPageProducer. All content below this line refers to Web.DSProd.TCustomDataSetPageProducer.

TCustomDataSetPageProducer is the ancestor of the dataset page producer classes.

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.

See Also