[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: syneditmarks.pp line 138
type TSynEditMarkLine = class(TSynSizedDifferentialAVLNode) |
||
protected |
||
FLockChangeSize: Integer; |
|
|
|
||
|
||
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; |
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |