Data.DBXPlatform.TBaseTransportFilterItem.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 TBaseTransportFilterItem

Description

Specifies an event that occurs when changing a TBaseTransportFilterItem.

OnChange specifies an event that occurs when changing a TBaseTransportFilterItem.

See Also