FMX.Types.TFmxObject.RemoveFreeNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveFreeNotify(const AObject: IFreeNotification);

C++

void __fastcall RemoveFreeNotify(const _di_IFreeNotification AObject);

Properties

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

Description

Removes the given object from the free notifications list.

The RemoveFreeNotify method removes the object specified through the AObject parameter, which is of type TFmxObject.

Tip: If you want to use RemoveFreeNotify on an object, that object must have been added to the free notifications list using the AddFreeNotify method.

See Also