AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkHttpConnection.FileComplete Property

Returns True if the file download previously started with GetFileASync has completed, False otherwise.

Syntax
Pascal
property FileComplete: Boolean;

This returns the same result as ResponseReady

Only use this property if you called GetFileASync without passing a notification event.

Copyright (c) 2012. All rights reserved.