FMX.Types.TPosition.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
FMX.Types.pas
FMX.Types.hpp
FMX.Types TPosition

Description

Occurs whenever a TPosition object changes.

Write an OnChange event handler to perform a specific action when the TPosition object changes.

See Also