Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 594 Bytes

TPJFormDropFiles-IsFolder.md

File metadata and controls

17 lines (10 loc) · 594 Bytes

IsFolder property

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJFormDropFiles

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.