FMX.Forms.TCommonCustomForm.Release

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Release; override;

C++

virtual void __fastcall Release(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Marks this TFmxObject object for delayed deletion.

FMX.Forms.TCommonCustomForm.Release inherits from FMX.Types.TFmxObject.Release. All content below this line refers to FMX.Types.TFmxObject.Release.

Marks this TFmxObject object for delayed deletion.

See Also