Returns folding state for the specified line index.
function GetLineState(Line: integer): integer;
This function is used to draw gutter folding icons.
Possible result values:
|
Constant |
Meaning |
|
Start line of folding range that is folded | |
|
Start line of folding range that is not folded | |
|
End line of folding range | |
|
In the folding range | |
|
Can not be hidden and is not in the folding range (default) |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|