FMX.Types.TLineMetricInfo.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; virtual;

C++

virtual void __fastcall Clear();

Properties

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

Description

Removes the data in the array of metrics. Clear sets the Count value to 0.

See Also