FMX.Types3D.TVertexBuffer.Length

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Length: Integer read FLength write SetLength;

C++

__property int Length = {read=FLength, write=SetLength, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer

Description

Represents the number of vertices that are described by this TVertexBuffer.

See Also