Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 731 Bytes

TPJFormDropFiles-FileName.md

File metadata and controls

21 lines (12 loc) · 731 Bytes

FileName property

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJFormDropFiles

Applies to: ~>5.0

property FileName: string;

Description

The name of a file dropped on the form.

When a file is dropped on the form, this read-only property contains the fully specified name of the file. If more than one file is dropped, FileName stores the name of the first file dropped. If no files have been dropped then the empty string is returned.

Note: when one or more files have been dropped FileName is the same as the first element of the Files property. If no files are available then FileName = ''.