Destroy Event

Fires on filesystem exit.

Syntax

type TDestroyEvent = procedure (
  Sender: TObject
) of Object;

property OnDestroy: TDestroyEvent read FOnDestroy write FOnDestroy;

Remarks

This event fires when the filesystem is shut down.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS FUSE 2020 Delphi Edition - Version 20.0 [Build 8348]