Data.DBXPlatform.TBaseTransportFilterCollection.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FEvent write FEvent;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FEvent, write=FEvent};

Properties

Type Visibility Source Unit Parent
event public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TBaseTransportFilterCollection

Description

Specifies an event that occurs when changing items in a TBaseTransportFilterCollection.

OnChange specifies an event that occurs when changing items in a TBaseTransportFilterCollection.

See Also