FMX.Types.TFmxObject.Release

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

Delphi

procedure Release; virtual; deprecated 'Support for this method will be removed';

C++

virtual void __fastcall Release _DEPRECATED_ATTRIBUTE1("Support for this method will be removed") ();

プロパティ

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


説明

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


この TFmxObject オブジェクトを遅延削除の対象としてマーク付けします。

関連項目