JVCL Help:TJvCustomRichEdit.LineFromChar
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomRichEdit.LineFromChar Method
[+] TJvCustomRichEdit Events
[+] TJvCustomRichEdit Methods
[+] TJvCustomRichEdit Properties
Search in JVCL Help
Search in all projectsSummary
Returns which line contains the specified character.
Pascal
functionLineFromChar(CharIndex: Integer): Integer;
Parameters
Parameters | Description |
CharIndex: Integer | Zero-based index of the character. |
Return Value
Returns the zero-based index of the line.
Description
Call LineFromChar to retrieve which line contains the character specified by parameter CharIndex in 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