Rapid-Q Documentation by William Yu (c)1999 | Appendix A: QSAVEDIALOG |
Field | Type | R/W | Default |
Caption | STRING | RW | |
FileName | STRING | RW | |
Filter | STRING | RW | |
FilterIndex | INTEGER | RW | 1 |
InitialDir | STRING | RW |
Method | Type | Description | Params |
Execute | FUNCTION | Returns TRUE or FALSE | 0 |
'-- Simple demo DIM SaveDialog AS QOpenDialog IF SaveDialog.Execute THEN ShowMessage "You want to save as "+SaveDialog.FileName END IF
Prev Component | Contents | Next Component |