FMX.ActnList.TActionLink.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; override;

C++

virtual void __fastcall Change(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink

Description

Generates an OnChange event.

FMX.ActnList.TActionLink.Change inherits from System.Classes.TBasicActionLink.Change. All content below this line refers to System.Classes.TBasicActionLink.Change.

Generates an OnChange event.

Override the Change method in a derived class to perform actions when a change occurs in the action link.

By default, Change calls the OnChange event handler.

See Also