FMX.Import.TGEMaterials.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TGEMaterial read GetItems write SetItems; default;

C++

__property TGEMaterial* Items[int Index] = {read=GetItems, write=SetItems/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TGEMaterials

Description

Specifies the material at the specified index.

Use Items to get or set the material at the position specified by Index in the material array.

See Also