FMX.Types.TFmxObject.Released
Delphi
function Released: Boolean; deprecated 'Support for this method will be removed';
C++
bool __fastcall Released _DEPRECATED_ATTRIBUTE1("Support for this method will be removed") ();
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Avertissement : Released est obsolète.
Renvoie True
si cet objet a été libéré de la mémoire. Sinon, elle renvoie False
.