FMX.Objects.TSelection.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 published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelection

Description

The event handler of the OnChange event is called from the MouseUp method whenever the shape of a TSelection object changes.

Write a custom OnChange event handler to perform a specific action when the TSelection object changes.

See Also