Datasnap.DSSession.TDSSession.RemoveData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveData(Key: string);

C++

void __fastcall RemoveData(System::UnicodeString Key);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

Description

Removes a value string from this session that matches the given key.

The RemoveData method removes a value string from this session that matches the given key.

See Also