FMX.MaterialSources.TMaterialBook.Materials

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Liste les sources de matériaux de ce TMaterialBook.

Utilisez Materials pour accéder à la source de matériaux identifiée par son index dans le TMaterialBook en cours.

Utilisez MaterialCount pour obtenir le nombre total de sources de matériaux de la bibliothèque.

Voir aussi