FMX.Graphics.TPathData.FreeNotification
Delphi
procedure FreeNotification(AObject: TObject);
C++
void __fastcall FreeNotification(System::TObject* AObject);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.Graphics.pas FMX.Graphics.hpp | FMX.Graphics | TPathData | 
Description
Ensures that a certain object is notified that TPathData is about to be destroyed.
FreeNotification is called automatically when TPathData is freed.
AObject is the object to be notified.