Datasnap.DSSession.TDSSession.RemoveData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSession

Delphi

procedure RemoveData(Key: string);

C++

void __fastcall RemoveData(System::UnicodeString Key);

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