FMX.Types.TLineMetricInfo.SetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCount(const Value: Integer); virtual;

C++

virtual void __fastcall SetCount(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLineMetricInfo

Description

The protected setter implementation for the Count property.

See Also