FMX.Types.TFmxObject.Released
Delphi
function Released: Boolean;
C++
bool __fastcall Released(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Returns True
if this object has been released from memory. It returns False
otherwise.