FMX.Types.TLineMetric

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TLineMetric = record
    Index: integer;
    Len: integer;
  end;

C++

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

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Record that contains line metrics.

Index specifies the line index while Len is the length of the line.

See Also