Interface TextControl::setPlaceholder
Description
In BBj 16.0 and higher, this method sets the placeholder text to be shown when the text control is empty.
Syntax
Return Value |
Method |
void |
setPlaceholder(string placeholder) |
Parameters
Variable |
Description |
placeholder |
Placeholder text to be shown when the text control is empty. |
Return Value
None.
Remarks
None.
Example
|
See Also
Interface TextControl::getPlaceHolder
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.