FMX.Graphics.TPathData.ResourcePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResourcePath: TPathData read GetPath;

C++

__property TPathData* ResourcePath = {read=GetPath};

Properties

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

Description

Specifies the resource for the current TPathData, if it exists.

If the resource does not exist, the ResourcePath property's value is nil.

A TPathData can be specified by a TPathObject or by a name of a TPathObject.

To link TPathData to a TPathObject by name, use the StyleLookup property.

See Also