Data.DBXPlatform.TBaseTransportFilterItem.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TBaseTransportFilterItem

Delphi

property OnChange: TNotifyEvent read FEvent write FEvent;

C++

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

Description

Specifies an event that occurs when changing a TBaseTransportFilterItem.

OnChange specifies an event that occurs when changing a TBaseTransportFilterItem.

See Also