FMX.Types.TLineMetric

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

Delphi

TLineMetric = record

C++

struct DECLSPEC_DRECORD TLineMetric
{
public:
    int Index;
    int Len;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

説明

行の測定を保持するレコードです。


Index は行インデックスを、Len は行の長さを示します。

関連項目