Afficher : Delphi
C++
Préférences d'affichage
FMX.Types.TBitmap.RemoveFreeNotify
De XE2 API Documentation
Delphi
procedure RemoveFreeNotify(const AObject: IFreeNotification);
C++
void __fastcall RemoveFreeNotify(const _di_IFreeNotification AObject);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TBitmap |
Description
Empêche la notification d'un objet lorsque TBitmap va être détruit.
AObject est l'objet à retirer.
Remarque : Utilisez AddFreeNotify pour ajouter un nouvel objet à la liste des objets à notifier.