TParamsLoadSaveProc Delegate

Procedure signature for load/save events in TParamsFile

Unit: Olf.RTL.Params
System.IInterface
  Olf.RTL.Params.TParamsLoadSaveProc
type TParamsLoadSaveProc = reference to procedure(const AParamsFile: TParamsFile)

Parameters

AParamsFile
Type: Olf.RTL.Params.TParamsFile

The TParamsLoadSaveProc type exposes the following members.

Show:
 NameDescription
Invoke

Top