Datasnap.DSSession.TDSSession.RemoveData
| [–] 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.