Open main menu

RAD Studio API Documentation β

System.Classes.FreeObjectInstance

Delphi

procedure FreeObjectInstance(ObjectInstance: Pointer);

C++

extern DELPHI_PACKAGE void __fastcall FreeObjectInstance(void * ObjectInstance);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Contents

Description

Frees a block of memory that was allocated by the MakeObjectInstance.

Call FreeObjectInstance to free memory that was originally allocated by the MakeObjectInstance routine.

See Also

Code Examples