Show: Delphi
C++
Display Preferences
FMX.Types.TBitmap.RemoveFreeNotify
From XE2 API Documentation
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 | TBitmap |
Description
Prevents an object from being notified when the TBitmap is about to be destroyed.
AObject is the object to be removed.
Note: To add a new object to the list of objects being notified, use AddFreeNotify.