FMX.Graphics.TPathData.ResourcePath

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ResourcePath: TPathData read GetPath;

C++

__property TPathData* ResourcePath = {read=GetPath};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData


Description

Spécifie la ressource pour le TPathData en cours, si elle existe.

Si la ressource n'existe pas, la valeur de la propriété ResourcePath est égale à nil.

Un TPathData peut être spécifié par un TPathObject ou par un nom d'un TPathObject.

Utilisez la propriété StyleLookup pour relier TPathData directement à un TPathObject par nom.

Voir aussi