Data.DBXCommon.TDBXProperties.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

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

Properties

Type Visibility Source Unit Parent
event public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXProperties

Description

Occurs each time the properties are changed.

Write an OnChange event handler to specify what happens when the properties of this TDBXProperties object are changed.

See Also