TCharDecoding Delegate
Definition
Delphi
type TCharDecoding = function(ASender: TObject; ABuf: TStream): string of object
Parameters
- ASender
- TObject
- ABuf
- TStream
Returns
string
type TCharDecoding = function(ASender: TObject; ABuf: TStream): string of object