InputFieldCurrentName PowerScript function
Description
Gets the name of the input field when the insertion point
is in an input field in a RichTextEdit control.
Controls
RichTextEdit controls
Syntax
|
1 |
<span>rtename</span>.<span>InputFieldCurrentName</span> ( ) |
|
Argument |
Description |
|---|---|
|
rtename |
The name of the RichTextEdit control |
Return Values
String. Returns the name of the input field. If the insertion
point is not in an input field or if an error occurs, it returns
the empty string (“”).
Examples
This example gets the name of the input field containing
the insertion point:
|
1 |
string ls_inputname |
|
1 |
ls_inputname = rte_1.<span>InputFieldCurrentName</span>() |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest