Web.DSProd.TCustomDataSetPageProducer

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPProd.TCustomPageProducerWeb.HTTPProd.TBasePageProducerWeb.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentTCustomDataSetPageProducer

Delphi

TCustomDataSetPageProducer = class(TCustomPageProducer)

C++

class PASCALIMPLEMENTATION TCustomDataSetPageProducer : public Web::Httpprod::TCustomPageProducer

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.

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