FMX.Types3D.TPosition3D.OnChangeX
Delphi
property OnChangeX: TNotifyEvent read FOnChangeX write FOnChangeX;
C++
__property System::Classes::TNotifyEvent OnChangeX = {read=FOnChangeX, write=FOnChangeX};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TPosition3D |
Description
Occurs when the X property is changed.
Write an event handler for OnChange to specify what happens when the X property is changed.