JVCL Help:TJvCustomRichEdit.LineFromChar

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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