Datasnap.Provider.TGetParamsEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: Datasnap.Provider

Delphi

TGetParamsEvent = procedure(DataSet: TDataSet; Params: TPacketAttributeList) of object;

C++

typedef void __fastcall (__closure *TGetParamsEvent)(Data::Db::TDataSet* DataSet, Data::Db::TPacketAttributeList* Params);

Description

Represents the procedure type for the events that occur when the provider adds attributes to the dataset.

A variable of TGetParamsEvent type references an event that occurs when the provider adds attributes to the dataset.

See Also