TParamsDecryptEvent Delegate
Definition
Method signature for the decrypt event in TParamsFile
Delphi
type TParamsDecryptEvent = function(const AStream: TStream): string of object
Parameters
- AStream
- TStream
Returns
string
Method signature for the decrypt event in TParamsFile
type TParamsDecryptEvent = function(const AStream: TStream): string of object