System.Classes.FreeObjectInstance

From RAD Studio API Documentation
Jump to: navigation, search

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

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