Returns folding state of the line at the specified index.
function IsLineCollapsed(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!
|