API:FMX.Types.TLineMetric

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !