FMX.Types.TFmxObject.AddFreeNotify

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure AddFreeNotify(const AObject: IFreeNotification);

C++

void __fastcall AddFreeNotify(const _di_IFreeNotification AObject);

Propriétés

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

Description

Ajoute AObject à la liste d'objets à notifier lorsque TFmxObject est détruit.

Le paramètre AObject peut être tout objet qui implémente l'interface IFreeNotification, comme TBrushResource ou TBrushBitmap.

Voir aussi