FMX.Graphics.TPathData.FreeNotification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure FreeNotification(AObject: TObject);

C++

void __fastcall FreeNotification(System::TObject* AObject);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData


Description

Vérifie qu'un certain objet est notifié que TPathData va être détruit.

FreeNotification est automatiquement appelée à la libération de TPathData.

AObject est l'objet à notifier.

Voir aussi