Unit 'SynEditFoldedView' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_synedit]

TSynTextFoldAVLNodeData

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: syneditfoldedview.pp line 72

type TSynTextFoldAVLNodeData = class(specialize TGenericSynSizedDifferentialAVLNode<,>)

protected

  procedure FreeAllChildrenAndNested;

  

public

  property _LineOffset: Integer; [rw]

  

  _FoldedCount: Integer;

  

  _MergedLineCount: Integer;

  

  property _MergedVirtualLineCount: Integer; [rw]

  

  property _LeftVirtualLineCount: Integer; [rw]

  

  procedure UdpateVirtualLineCounts();

  

  _Nested: TSynTextFoldAVLNodeData;

  

  _FoldIndex: Integer;

  

  _FoldColumn: Integer;

  

  _FoldColumnLen: Integer;

  

  _FoldTypeCompatible: Pointer;

  

  _Classification: TFoldNodeClassification;

  

  _VisibleLines: Integer;

  

end;

Inheritance

TSynTextFoldAVLNodeData

  

|

TGenericSynSizedDifferentialAVLNode

  

|

TObject



CT Web help

CodeTyphon Studio