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

TSynEditMark

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

Declaration

Source position: syneditmarks.pp line 51

type TSynEditMark = class

protected

  FColumn: Integer;

  

  FImage: Integer;

  

  FPriority: Integer;

  

  FVisible: Boolean;

  

  FInternalImage: Boolean;

  

  FBookmarkNum: Integer;

  

  FChangeLock: Integer;

  

  FChanges: TSynEditMarkChangeReasons;

  

  procedure SetColumn(); virtual;

  

  procedure SetImage(); virtual;

  

  procedure SetLine(); virtual;

  

  procedure SetPriority(); virtual;

  

  procedure SetVisible(); virtual;

  

  procedure SetInternalImage();

  

  function GetIsBookmark;

  

  procedure DoChange(); virtual;

  

  procedure ForceChange();

  

  property MarkLine: TSynEditMarkLine; [rw]

  

  property MarkList: TSynEditMarkList; [rw]

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure IncChangeLock;

  

  procedure DecChangeLock;

  

  property OwnerEdit: TSynEditBase; [rw]

  

  property OldLine: Integer; [r]

  

  property Line: Integer; [rw]

  

  property Column: Integer; [rw]

  

  property Priority: Integer; [rw]

  

  property Visible: Boolean; [rw]

  

  property BookmarkNumber: Integer; [rw]

  

  property IsBookmark: Boolean; [r]

  

  property InternalImage: Boolean; [rw]

  

  property ImageIndex: Integer; [rw]

  

  property ImageList: TCustomImageList; [rw]

  

end;

Inheritance

TSynEditMark

  

|

TObject



CT Web help

CodeTyphon Studio