JVCL Help:TJvBrowseForFolderDialog.SetStatusText

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Sets the status text in the Browse dialog box.


Pascal

 procedureSetStatusText(constAText: string);
procedureSetStatusTextW(constAText: WideString);


Parameters

Parameters Description
const AText: string Specifies the desired status text.


Description

Call SetStatusText to change the string that is displayed above the tree view control in the dialog box.
Calls to SetStatusText or SetStatusTextW do have no effect while the dialog is not active, use property StatusText for this purpose.
Flag odNewDialogStyle must not be included in Options, otherwise this procedure will fail.


See Also

TJvBrowseForFolderDialog.StatusText, TJvBrowseForFolderDialog.Title


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page