Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

Count property

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJFormDropFiles

Applies to: ~>5.0

property Count: Integer;

Description

This read only property returns the number of files dropped on the form.

The names of the dropped files are stored in the Files array property and are indexed from 0 to Count - 1.

Files filtered out via the Options and Filter properties or the OnFileFilter event handler are not included in the Files or Count properties.