Navigation: Ultimate Suite for PowerBuilder Help > Drag File Selector > Events >

fileselected

Send comments on this topic.

 

Description:

Occurs when a files is select either from being dragged onto the control or when the user manually selects it using the browse for file button.

Syntax:

fileselected ( string as_path)

Argument

Description

as_path

The full path and file name of the file selected by the user.

Return Value:

No return value.

Usage:

This event will trigger for each file that needs to be processed. If a user dragged multiple files onto the control, the event will trigger individually for each.


Copyright © 2021 Werysoft Inc.