FMX.MaterialSources.TMaterialBook.Materials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Materials[Index: Integer]: TMaterialSource read GetMaterial; default;

C++

__property TMaterialSource* Materials[int Index] = {read=GetMaterial/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
FMX.MaterialSources.pas
FMX.MaterialSources.hpp
FMX.MaterialSources TMaterialBook

Description

Lists the material sources within this TMaterialBook.

Use Materials to access a material source identified by its index within the current TMaterialBook.

Use MaterialCount to get the total count of material sources within the library.

See Also