Show: Delphi
C++
Display Preferences
Data.DBXPlatform.GetInvocationMetadata
From XE3 API Documentation
Delphi
function GetInvocationMetadata(CreateIfNil : Boolean = True): TDSInvocationMetadata;
C++
extern DELPHI_PACKAGE TDSInvocationMetadata* __fastcall GetInvocationMetadata(bool CreateIfNil = true);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | Data.DBXPlatform |
Description
Returns stored invocation metadata for the current thread.
The GetInvocationMetadata routine returns stored invocation metadata for the current thread, or nil if the CreateIfNil parameter is False. Set CreateIfNil to True if a new instance of TDSInvocationMetadata should be created and stored.