Link Search Menu Expand Document

StyleEdit.EnsureVisible Method

Explanation Scroll so that the cullet position is in the screen.
Call format StyleEdit1.EnsureVisible( [ line ] )
Return value None
Arguments integer line Specify the line number starting from 0.
If omitted, the current caret line will be the target.
Exception None
Example of use
    StyleEdit1.EnsureVisible(100);
    
Related item