FMX.Types3D.TPosition3D.Z

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Z: Single read FZ write SetZ stored IsZStored nodefault;

C++

__property float Z = {read=FZ, write=SetZ, stored=IsZStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D

Description

Represents the Z component of this 3D position.

Modifying the Z property triggers an OnChangeZ event, if there is one assigned. If there is no OnChangeZ event assigned, an OnChange event is triggered.

See Also