MultiLineEdit control
A MultiLineEdit control is a box in which the user
can enter and edit more than one line of text. You typically use
a MultiLineEdit as an input field.
Properties
MultiLineEdit property |
Datatype |
Description |
---|---|---|
Integer |
Specifies the ASCII value of the key |
|
String |
A description of the control and/or |
|
String |
A label that briefly describes the control, |
|
AccessibleRole (enumerated) |
Describes what kind of user interface |
|
Alignment (enumerated) |
Specifies the text alignment in the control.
|
|
Boolean |
Specifies whether the control automatically
|
|
Boolean |
Specifies whether the control automatically
|
|
Long |
Specifies the numeric value of the background |
|
Boolean |
Specifies whether the control has a border.
|
|
BorderStyle (enumerated) |
Specifies the style of the border of
|
|
Boolean |
Specifies whether PowerBuilder moves
|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Boolean |
Specifies whether the text is display
|
|
Boolean |
Specifies whether PowerBuilder puts the
|
|
String |
Specifies the name of the stock icon When the user drags the control, the icon displays when the |
|
Boolean |
Specifies whether the control is enabled
|
|
String |
Specifies the name of the typeface in |
|
FontCharSet (enumerated) |
Specifies the font character set used |
|
FontFamily (enumerated) |
Specifies the font family (type style)
|
|
FontPitch (enumerated) |
Specifies the pitch (spacing) of the
|
|
Integer |
Specifies the height of the control, |
|
Boolean |
Specifies whether selected text stays
|
|
Boolean |
Specifies whether a horizontal scroll
|
|
Boolean |
Specifies whether the Clicked event for
|
|
ImeMode |
Integer |
Specifies the input method editor mode. |
Boolean |
Specifies whether the text in the control
|
|
Integer |
Specifies the maximum number of characters |
|
String |
Specifies the name of the stock pointer |
|
Boolean |
Specifies that characters should be displayed
|
|
Integer |
Specifies the tab value of the control |
|
Integer |
Specifies the positions of the tab stops |
|
String |
Specifies the tag value assigned to the |
|
String |
Specifies the text that displays in the |
|
TextCase (enumerated) |
Specifies the case in which text entered
|
|
Long |
Specifies the numeric value of the color |
|
Integer |
Specifies the size of the text in the |
|
Boolean |
Specifies whether the text in the control
|
|
Boolean |
Specifies whether the control is visible.
|
|
Boolean |
Specifies whether a vertical scroll bar
|
|
Integer |
Specifies the stroke weight of the text |
|
Integer |
Specifies the width of the control, in |
|
Integer |
Specifies the X position (the distance |
|
Integer |
Specifies the Y position (the distance |
Events
MultiLineEdit event |
Occurs |
---|---|
Immediately before the Open event occurs |
|
Immediately after the Close event occurs |
|
When a dragged control is dropped on |
|
When a dragged control enters the control |
|
When a dragged control leaves the control |
|
When a dragged control is within the |
|
Just before the control receives focus |
|
When the user presses the F1 key or drags |
|
When the control loses focus (becomes |
|
When a control has been changed and loses |
|
When a Controls message occurs that is |
|
When the right mouse button is pressed |
Functions
MultiLineEdit function |
Datatype returned |
Description |
---|---|---|
Boolean |
Returns true if the Undo function |
|
String |
Returns the name assigned to the control |
|
Integer |
Clears the selected text (if any) from |
|
Integer |
Copies (but does not delete) the selected |
|
Integer |
Cuts (deletes) the selected text (if |
|
Integer |
Starts or ends the dragging of the control |
|
Integer |
Creates a reference to a context-specific |
|
PowerObject |
Returns a reference to the name of the |
|
Integer |
Makes the control invisible |
|
Integer |
Returns the number of lines in the MultiLineEdit |
|
Integer |
Returns the length of the line in which |
|
Integer |
Moves the control to a specified location |
|
Integer |
Inserts the contents of the clipboard |
|
Integer |
Returns the distance of the pointer from |
|
Integer |
Returns the distance of the pointer from |
|
Integer |
Returns the position of the insertion |
|
Boolean |
Adds the specified event to the end of |
|
Integer |
Prints the control |
|
Integer |
Replaces the currently selected text |
|
Integer |
Changes the size of the control |
|
Integer |
Moves the contents of the control up |
|
Integer |
Returns the length of the selected text |
|
Integer |
Returns the number of the line in which |
|
Integer |
Returns the starting position of the |
|
String |
Returns a string with the selected text |
|
Integer |
Selects the text specified by the starting |
|
Integer |
Sets focus to the specified control |
|
Integer |
Specifies the position of the control |
|
Integer |
Controls automatic redrawing of the control |
|
Integer |
Makes the control visible |
|
String |
Returns the entire text of the line in |
|
Integer |
Triggers a specified event in the control |
|
Object |
Returns the type of the control |
|
Integer |
Cancels the previous editing function |