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.

IsFolder property

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJCtrlDropFiles

Applies to: ~>5.0

property IsFolder[Idx: Integer]: Boolean;

Description

This read-only array property informs whether the file at the same index in the Files property is a folder (true) or a file (false). The array is zero based and is indexed from 0..Count-1. Attempts to access array elements outside this range result in an exception being raised.