Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 712 Bytes

TPJCtrlDropFiles-Count.md

File metadata and controls

21 lines (12 loc) · 712 Bytes

Count property

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJCtrlDropFiles

Applies to: ~>5.0

property Count: Integer;

Description

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

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.