Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeEdit

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoBeforeEdit; virtual;

C++

virtual void __fastcall DoBeforeEdit();

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 BeforeEdit.

DoBeforeEdit est un répartiteur d'événement BeforeEdit. Redéfinissez cette méthode pour définir comment le TBindSourceAdapter doit être géré immédiatement avant que l'adaptateur source appelle InternalEdit à partir de la méthode Edit.

Voir aussi