Click or drag to resize

DragEvent.FileName Method

X#
Return the name of a specified file in the drag-and-drop load that generated this drag event.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FileName(
	nfile
) AS USUAL CLIPPER
Request Example View Source

Parameters

nfile (Optional)
Type: Usual
The position of the desired file in the drag-and-drop load array; file numbers in this array start at 1 (see DragEvent:FileCount).

Return Value

Type: Usual
See Also