System.Win.ObjComAuto.ReleaseMethodPointer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReleaseMethodPointer(MethodPointer: TMethod);

C++

extern DELPHI_PACKAGE void __fastcall ReleaseMethodPointer(const System::TMethod &MethodPointer);

Properties

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

Description

For internal use.

You should not use ReleaseMethodPointer directly.

See Also