FMX.Types3D.TIndexBuffer.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 TIndexBuffer

Description

Represents the number of indices that this index buffer contains.

Length is the number of indices from Buffer.

See Also