Data.DB.TDefCollection.OnUpdate
[–] Properties | |
---|---|
Type: event | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDefCollection |
Delphi
property OnUpdate: TNotifyEvent read FOnUpdate write FOnUpdate;
C++
__property System::Classes::TNotifyEvent OnUpdate = {read=FOnUpdate, write=FOnUpdate};
Description
Event that occurs after the definitions collection has its items updated.
Write an OnUpdate event handler to provide further functionality after the definitions collection has its items updated.