Project: Drop Files Components.
Unit: PJDropFiles.
Class: TPJFormDropFiles
Applies to: ~>5.0
property IsFolder[Idx: Integer]: Boolean;
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.