FMX.Types.TTransform.MatrixChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MatrixChanged(Sender: TObject);

C++

void __fastcall MatrixChanged(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTransform

Description

Occurs when the matrix changes.

MatrixChanged is a protected method that occurs whenever the Matrix property must be updated.

See Also