Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeRefresh

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoBeforeRefresh; virtual;

C++

virtual void __fastcall DoBeforeRefresh();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter


Description

Répartiteur d'événement BeforeRefresh.

DoBeforeRefresh est un répartiteur d'événement BeforeRefresh. Redéfinissez cette méthode pour définir comment le TBindSourceAdapter doit être géré avant que l'adaptateur source soit actualisé avec la méthode Refresh.

Voir aussi