Afficher : Delphi
C++
Préférences d'affichage
WebAdapt.TCustomAdapter.NotifyAdapterChange
De XE2 API Documentation
Delphi
procedure NotifyAdapterChange;
C++
void __fastcall NotifyAdapterChange(void);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TCustomAdapter |
Description
Notifie les composants que l'adaptateur a changés d'une certaine façon.
NotifyAdapterChange appelle les composants ayant recensé un callback de notification les informant que l'adaptateur a changé. Par exemple, TAdapterFieldGroup a besoin de savoir quand un champ d'adaptateur est ajouté au composant adaptateur référencé par l'objet TAdapterFieldGroup.