BBjFileChooser::setApproveButtonText
Description
In BBj 7.00 and higher, this method sets the text of the BBjFileChooser's [OK] button.
Syntax
Return Value |
Method |
void |
setApproveButtonText(string text) |
Parameters
Variable |
Description |
text |
The new text for the [OK] button. |
Return Value
None.
Remarks
The [OK] button will normally be translated appropriately for the current locale, but this method exists to customize the message to something other than the current locale's representation of "OK".
Example
See Also
BBjFileChooser::getApproveButtonText
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.