FMX.Types.TLineMetricInfo.GetMetrics

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

virtual PLineMetric __fastcall GetMetrics(int Index);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLineMetricInfo

説明

Metrics プロパティを操作するための protected 取得メソッドの実装です。

関連項目