FMX.Types.TFmxObject.Released

From RAD Studio API Documentation
Jump to: navigation, search

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") (void);

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Warning: Released is deprecated.

Returns True if this object has been released from memory. It returns False otherwise.

See Also