Datasnap.DSHTTP.TDSRESTServer.Decode
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSRESTServer |
Delphi
function Decode(Data: string): string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall Decode(System::UnicodeString Data) = 0 ;
Description
Virtual abstract method to be implemented in derived classes.
Decode is a virtual abstract method that is to be implemented in derived classes to decode the given Data.