Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 756 Bytes

TPJCtrlDropFiles-FileName.md

File metadata and controls

21 lines (12 loc) · 756 Bytes

FileName property

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJCtrlDropFiles

Applies to: ~>5.0

property FileName: string;

Description

The name of a file dropped on the managed control.

When a file is dropped on the managed control, this read-only property contains the fully specified name of the file. If more than one file is dropped, this property 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 = ''.