FMX.Types.TFmxObject.AddFreeNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddFreeNotify(const AObject: IFreeNotification);

C++

void __fastcall AddFreeNotify(const _di_IFreeNotification AObject);

Properties

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

Description

Adds AObject to the list of objects to be notified when this TFmxObject is destroyed.

The AObject parameter can be any object that implements the IFreeNotification interface, such as a TBrushResource, or a TBrushBitmap.

See Also