Data.DBXPlatform.ClearInvocationMetadata

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearInvocationMetadata;

C++

extern DELPHI_PACKAGE void __fastcall ClearInvocationMetadata(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform Data.DBXPlatform

Description

Frees and nils the invocation metadata stored for the current thread.

The ClearInvocationMetadata routine frees and nils the invocation metadata stored for the current thread, if any.

See Also