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

TSynEditMarkLine

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

Declaration

Source position: syneditmarks.pp line 138

type TSynEditMarkLine = class(TSynSizedDifferentialAVLNode)

protected

  FLockChangeSize: Integer;

  

  FCurrentSort1: TSynEditMarkSortOrder;

  

  FCurrentSort2: TSynEditMarkSortOrder;

  

  procedure ChangeSize;

  

  procedure IncLockChangeSize;

  

  property Left: TSynEditMarkLine; [r]

  

  property Right: TSynEditMarkLine; [r]

  

  property Size: Integer; [r]

  

  property LeftSizeSum: Integer; [r]

  

  property LineOffset: Integer; [rw]

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Sort();

  

  function Add();

  

  procedure Delete();

  

  function Remove();

  

  procedure Clear();

  

  function Count;

  

  function VisibleCount;

  

  function IndexOf();

  

  property Items []: TSynEditMark; default; [rw]

  

  property LineNum: Integer; [r]

  

end;

Inheritance

TSynEditMarkLine

  

|

TSynSizedDifferentialAVLNode

  

|

TObject



CT Web help

CodeTyphon Studio