Afficher : Delphi
C++
Préférences d'affichage
Data.Bind.DBScope.TCustomBindScopeDB.AddActiveChanged
De XE2 API Documentation
Delphi
procedure AddActiveChanged(LNotify: TNotifyEvent); virtual;
C++
virtual void __fastcall AddActiveChanged(System::Classes::TNotifyEvent LNotify);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | Data.Bind.DBScope.pas Data.Bind.DBScope.hpp |
Data.Bind.DBScope | TCustomBindScopeDB |
Description
Ajoute un événement du type modification de l'état actif de l'ensemble de données à la liste des événements de liaison.
La méthode AddActiveChanged ajoute un événement du type modification de l'état actif de l'ensemble de données à la liste des événements de liaison.
Voir aussi
- Data.Bind.DBScope.TCustomBindScopeDB.RemoveActiveChanged
- Data.Bind.DBScope.TCustomBindScopeDB.AddEditingChanged
- Data.Bind.DBScope.TCustomBindScopeDB.RemoveEditingChanged
- Data.Bind.DBScope.TCustomBindScopeDB.AddDataSetScrolled
- Data.Bind.DBScope.TCustomBindScopeDB.RemoveDataSetScrolled
- Data.Bind.DBScope.TCustomBindScopeDB.AddDataSetChanged
- Data.Bind.DBScope.TCustomBindScopeDB.RemoveDataSetChanged