Soap.InvokeRegistry.TDataContext.AddStrToClear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddStrToClear(P: Pointer);

C++

void __fastcall AddStrToClear(void * P);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TDataContext

Description

Stores a string that can be cleared when the data context is finished.

Call AddStrToClear to add a string to the list of temporary strings that TDataContext maintains. When the TDataContext instance is freed, it clears all strings in this list.

P is a pointer to the string.

Note: TDataContext does not provide access to this list. The caller must keep a reference to the string for use while the TDataContext instance exists.

See Also