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

Is called from the Change method of the action link.

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

OnChange is an event handler of type TNotifyEvent.

See Also