Datasnap.Provider.TBeforeCommitEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TBeforeCommitEvent = procedure(Sender:TObject; DeltaDS: TCustomClientDataSet;
ErrorCount, MaxErrors: Integer; const ResultVar: OleVariant) of object;

C++

typedef void __fastcall (__closure *TBeforeCommitEvent)(System::TObject* Sender, Datasnap::Dbclient::TCustomClientDataSet* DeltaDS, int ErrorCount, int MaxErrors, const System::OleVariant &ResultVar);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider Datasnap.Provider

Description

TBeforeCommitEvent représente le type de procédure pour les événements qui surviennent avant la validation d'un ensemble de données.

Une variable de type TBeforeCommitEvent référence un événement qui survient avant que le résolveur associé ne valide les modifications dans l'ensemble de données.

Voir aussi