System.Classes.TBasicActionLink.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

Type Visibility Source Unit Parent
event public
System.Classes.pas
System.Classes.hpp
System.Classes TBasicActionLink

Description

Occurs when a Change event is triggered on the action.

Write an OnChange event handler when you want to respond to a change that occurs when the associated action fires an OnChange event.

OnChange is an event handler of type TNotifyEvent.

See Also