FMX.Types.TFmxObject.Released

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

説明

警告: Released は非推奨になっています。

このオブジェクトがメモリから解放されている場合、True を返します。

そうでない場合は、False を返します。

関連項目