JVCL Help:TJvBrowseForFolderDialog.SetOKText
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBrowseForFolderDialog.SetOKText Method
[+] TJvBrowseForFolderDialog Events
[+] TJvBrowseForFolderDialog Methods
[+] TJvBrowseForFolderDialog Properties
Search in JVCL Help
Search in all projectsSummary
Sets the text that is displayed on the Browse dialog box's OK Button.
Pascal
procedureSetOKText(constAText: string);
procedureSetOKTextW(constAText: WideString);
Parameters
Parameters | Description |
const AText: string | Specifies the desired text for the OK Button. |
Description
Call SetOKText to set the text that is displayed on the Browse dialog box's OK button. For example you can call SetOKText in an OnInitialized event handler, or call it in an OnChange to set the button text to a specific text depending on the newly selected item.
Calls to SetOKText do have no effect while the dialog is not active.
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