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


Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Classes.FreeObjectInstance&oldid=624295"