Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

SelectedText – PB Docs 125 – PowerBuilder Library

SelectedText – PB Docs 125

SelectedText PowerScript function

Description

Obtains the selected text in an editable control.

Controls

DataWindow, EditMask, InkEdit, MultiLineEdit, SingleLineEdit, RichTextEdit,
DropDownListBox, and DropDownPictureListBox controls

Syntax

Argument

Description

editname

The name of the DataWindow, EditMask,
MultiLineEdit, SingleLineEdit, RichTextEdit, DropDownListBox, or DropDownPictureListBox
control from which you want the selected text.

For a DropDownListBox or DropDownPictureListBox, the AllowEdit
property must be true.

For a DataWindow, it reports the selected text in the edit
control over the current row and column.

Return Values

String. Returns the selected text in editname.
If there is no selected text or if an error occurs, SelectedText returns
the empty string (“”). If editname is null, SelectedText returns null.

Usage

In a RichTextEdit control, any pictures in the selection are
ignored. If the selection contains input fields, the names of the
input fields, enclosed in brackets, become part of the string SelectedText returns.
The contents of the input fields are not returned.

For example, when the salutation of a letter is selected, SelectedText might return:

note.png Focus and the selection in a drop-down list

When a DropDownListBox or DropDownPictureListBox loses focus,
the selected text is no longer selected.

Examples

If the
text in the MultiLineEdit mle_Contact is James
B. Smith
and James B. is
selected, these statements set the value of emp_fname to James
B
:

If the selected text in the edit portion of the DropDownListBox ddlb_Location is Maine,
these statements display the ListBox lb_LBMaine:

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x