Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeDelete

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoBeforeDelete; virtual;

C++

virtual void __fastcall DoBeforeDelete();

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

DoBeforeDelete est un répartiteur d'événement BeforeDelete. Redéfinissez cette méthode pour définir comment le TBindSourceAdapter doit être géré avant que le membre adaptateur source soit supprimé avec la méthode Delete.

Voir aussi