Previous topic

EdGetLine

Next topic

EdGetLineFromPos

This Page

EdGetLineCountΒΆ

EdGetLineCount returns the number of lines in an editor.

nLines = EdGetLineCount(hEdit)

Return Value

nLines is the number of lines.

Parameters

hEdit

Identifies the editor.

id-856138