FMX.Types.TLineMetricInfo.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: integer read GetCount write SetCount;

C++

__property int Count = {read=GetCount, write=SetCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLineMetricInfo

Description

Specifies the number of lines in the array. Use Count to get or set the number of lines for which the metrics are stored.

See Also