FMX.DAE.Model.TDAESurfaceArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDAESurfaceArray = array of TDAESurface;

C++

typedef System::DynamicArray<TDAESurface> TDAESurfaceArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model FMX.DAE.Model

Description

Array of TDAESurface objects.

See Also