FireDAC.Comp.Client.TFDCustomSchemaAdapter

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomSchemaAdapter

Delphi

TFDCustomSchemaAdapter = class(TFDComponent, IUnknown,
IFDStanErrorHandler, IFDDAptUpdateHandler)

C++

class PASCALIMPLEMENTATION TFDCustomSchemaAdapter : public Firedac::Stan::Intf::TFDComponent

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

This class implements Centralized Cached Updates support.

Use TFDCustomSchemaAdapter to manage the Centralized Cached Updates. This class hides some of the properties, allowing the descendant classes to control the properties' visibility. End users should use TFDSchemaAdapter.

See Also