Data.DBXPlatform.TBaseTransportFilterItem.OnChangeNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnChangeNotify(filter: TBaseTransportFilterCollection);

C++

void __fastcall OnChangeNotify(TBaseTransportFilterCollection* filter);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TBaseTransportFilterItem

Description

Notifies a specific filter that an OnChange event occurs.

The OnChangeNotify method notifies filter that an OnChange event occurs.

See Also