FMX.Types3D.TPosition3D.OnChangeZ

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChangeZ: TNotifyEvent read FOnChangeZ write FOnChangeZ;

C++

__property System::Classes::TNotifyEvent OnChangeZ = {read=FOnChangeZ, write=FOnChangeZ};

Properties

Type Visibility Source Unit Parent
event public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D

Description

Occurs when the Z property is changed.

Write an event handler for OnChange to specify what happens when the Z property is changed.

See Also