API:FMX.Types.TLineMetric
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
Embarcadero Technologies does not currently have any additional information.