FMX.Types.TLineMetricInfo.Metrics
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.