FMX.Graphics.TPathData.Clear

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Clear;

C++

void __fastcall Clear();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData

Beschreibung

Leert das aktuelle TPathData-Objekt.

Clear entfernt alle Formen aus dem aktuellen TPathData-Objekt.

Mit dieser Methode wird das Array Points geleert.

Siehe auch