TParamsDecryptProc Delegate

Procedure signature for the decrypt event in TParamsFile

Unit: Olf.RTL.Params
System.IInterface
  Olf.RTL.Params.TParamsDecryptProc
type TParamsDecryptProc = reference to function(const AStream: TStream): string

Parameters

AStream
Type: TStream

Return Value

Type: System.string

 

The TParamsDecryptProc type exposes the following members.

Show:
 NameDescription
Invoke

Top