Purpose |
Display a folder selection dialog to return the user's choice. | ||||||||||||||||||||||||||
Syntax |
DISPLAY BROWSE [hParent], [xpos], [ypos], title$, start$, flags TO folder$ | ||||||||||||||||||||||||||
hParent |
Handle of the parent window or dialog. If there is no parent, use zero (0) or %HWND_DESKTOP. | ||||||||||||||||||||||||||
xpos |
Horizontal position, in pixels, relative to the parent window. If omitted, PowerBASIC selects the position (offset from the parent, or centered if no parent). | ||||||||||||||||||||||||||
ypos |
Vertical position, in pixels, relative to the parent window. If missing, PowerBASIC selects the position (offset from the parent, or centered if no parent). | ||||||||||||||||||||||||||
caption$ |
The title to be displayed below the caption bar of the dialog box. If this parameter is a null string, the title "Open" is displayed. | ||||||||||||||||||||||||||
start$ |
A
| ||||||||||||||||||||||||||
flags |
The style attributes of the BROWSE Dialog. The following values may be used alone or combined, and are predefined in the PowerBASIC compiler:
| ||||||||||||||||||||||||||
See also |
DISPLAY COLOR, DISPLAY FONT, DISPLAY OPENFILE, DISPLAY SAVEFILE |