FMX.Types.TLineMetricInfo.GetMetrics

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMetrics(Index: Integer): PLineMetric; virtual;

C++

virtual PLineMetric __fastcall GetMetrics(int Index);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLineMetricInfo

Description

The protected getter implementation for the Metrics property.

See Also