FMX.Types.TFmxObject.Released

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also