FMX.Types.TLineMetricInfo.Metrics

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Metrics[ind: integer]: PLineMetric read GetMetrics;

C++

__property PLineMetric Metrics[int ind] = {read=GetMetrics};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLineMetricInfo

Description

Returns the metric at the specified index. Use Metrics to obtain the metric stored in the array of metrics at the index specified by the ind parameter.

See Also