Data.DBXPlatform.TBaseTransportFilterCollection.OnChange

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnChange: TNotifyEvent read FEvent write FEvent;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TBaseTransportFilterCollection

Beschreibung

Gibt ein Ereignis an, das beim Ändern der Einträge in einer Klasse TBaseTransportFilterCollection auftritt.

OnChange gibt ein Ereignis an, das beim Ändern der Einträge in einer Klasse TBaseTransportFilterCollection auftritt.

Siehe auch