JVCL Help:TJvCustomRichEdit.GetTextRange
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomRichEdit.GetTextRange Method
[+] TJvCustomRichEdit Events
[+] TJvCustomRichEdit Methods
[+] TJvCustomRichEdit Properties
Search in JVCL Help
Search in all projectsSummary
Retrieves a specified range of characters from the rich edit control.
Pascal
functionGetTextRange(StartPos: Longint; EndPos: Longint): string;
Parameters
Parameters | Description |
StartPos: Longint | Indicates the beginning of the range of text, where 0 is the first character in the text. |
EndPos: Longint | Indicates the end of the range of text, where 0 is the first character in the text. |
Return Value
Returns the specified range of characters as a string.
Description
Call GetTextRange to retrieve a specified range of characters from the rich edit control.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page