JVCL Help:TJvBrowseForFolderDialog.StatusText

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the string that is displayed above the tree view control in the dialog box.


Pascal

 propertyStatusText: string;


Description

Use StatusText in combination with Title to specify a string that is displayed above the tree view control in the dialog box. This string can be used to specify instructions to the user.
Title may consist of two lines of text. You can add another line by including flag odStatusAvailable in Options, and setting property StatusText.
Setting StatusText to an empty string and including flag odStatusAvailable in Options, will display the path of the last selected directory above the tree view control. (Only if odNewDialogStyle is not included in Options)
You can also call SetStatusText when the dialog is active to change the status text.
Flag odStatusAvailable must be included in Options and odNewDialogStyle must be excluded from Options, otherwise the value of this property is ignored.


See Also

TJvBrowseForFolderDialog.Options, 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