|
|
|
| dcBrowseDialog component.
|
| type
|
| TdcBrowseDialogPosition = (bpDefault, bpScreenCenter);
|
|
|
| property Position: TdcBrowseDialogPosition;
|
| The Position property controls the placement of the folder-selection dialog when it appears on screen after calling the Execute method.
|
|
|
| Value | Meaning
|
| dpDefault | dialog box appears in default position;
|
| dpScreenCenter | dialog box appears in center of screen (default).
|
| You can also control the initial placement of the dialog box specifying the top-left coordinates in OnInitialized event handler.
|
| Execute method and OnInitialized event.
|