ClearAll PowerScript function
Description
Deletes all content from the specified control, but does not
store it in the clipboard.
Controls
RichTextEdit
Syntax
|
1 |
<span>objectname</span>.<span>ClearAll</span> ( ) |
|
Argument |
Description |
|---|---|
|
objectname |
Name of the RichTextEdit control |
Return Values
Long. Returns the number of characters
removed from the RichTextEdit control.
Usage
Use to remove all content from a RichTextEdit control, including
any table grids. To just delete selected text, use the Clear function.
To delete text and store it in the clipboard, use the Cut function.
Examples
This statement clears all content from the rte_1
RichTextEdit control.
|
1 |
rte_1.<span>ClearAll</span>() |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest