WebAdapt.TCustomAdapter.NotifyAdapterChange
From RAD Studio API Documentation
Delphi
procedure NotifyAdapterChange;
C++
void __fastcall NotifyAdapterChange(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TCustomAdapter |
Description
Notifies components that the adapter has changed in some way.
NotifyAdapterChange calls components that have registered a notification callback to let them know that the adapter has changed. For example, TAdapterFieldGroup needs to know when an adapter field is added to the adapter component that the TAdapterFieldGroup references.