Data.DB.TDefCollection.OnUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdate: TNotifyEvent read FOnUpdate write FOnUpdate;

C++

__property System::Classes::TNotifyEvent OnUpdate = {read=FOnUpdate, write=FOnUpdate};

Properties

Type Visibility Source Unit Parent
event protected
Data.DB.pas
Data.DB.hpp
Data.DB TDefCollection

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.

See Also