FMX.Graphics.TPathData.FreeNotification

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also