type

TScSFTPReplySpaceAvailableEvent = procedure(Sender: TObject; const Path: string; SpaceAvailableReplyExtension: TScSpaceAvailableReplyExtension) of object;

 

property OnReplySpaceAvailable: TScSFTPReplySpaceAvailableEvent;

 

Description

The OnReplySpaceAvailable event occurs when requesting available space for an arbitrary path during the QueryAvailableSpace method call.

 

Parameters:

Sender - the object that raised the event.
Path - the path for which the available space was requested.
SpaceAvailableReplyExtension - the object that holds data about the available space.

 

See Also

TScSpaceAvailableReplyExtension

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support