FMX.Objects3D.TCustomMesh.Data
Delphi
property Data: TMeshData read FData write SetMeshData;
C++
__property Fmx::Types3d::TMeshData* Data = {read=FData, write=SetMeshData};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.Objects3D.pas FMX.Objects3D.hpp |
FMX.Objects3D | TCustomMesh |
Description
Stores a Tvalue, which is a data structure that can store different kinds of data types.
FMX.Objects3D.TCustomMesh.Data inherits from FMX.Types.TFmxObject.Data. All content below this line refers to FMX.Types.TFmxObject.Data.
Stores a Tvalue, which is a data structure that can store different kinds of data types.
Data has no predefined meaning. Although Data is used for LiveBinding, any succesor override this behavior. Then, the behaviour of Data is based on the type of its value.
- Note: Do not use this member. It is for internal use only.