mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 21:35:57 +02:00
added comments
git-svn-id: trunk@7801 -
This commit is contained in:
parent
512971c25c
commit
020f860d11
@ -102,13 +102,13 @@ type
|
|||||||
property CursorTextXY: TPoint read GetCursorTextXY write SetCursorTextXY;
|
property CursorTextXY: TPoint read GetCursorTextXY write SetCursorTextXY;
|
||||||
property EditorControl: TWinControl read GetEditorControl;// normally TSynEdit
|
property EditorControl: TWinControl read GetEditorControl;// normally TSynEdit
|
||||||
property FileName: string read GetFileName;
|
property FileName: string read GetFileName;
|
||||||
property Lines: TStrings read GetLines write SetLines;
|
property Lines: TStrings read GetLines write SetLines;// the whole file
|
||||||
property LineText: string read GetLineText write SetLineText;
|
property LineText: string read GetLineText write SetLineText;// source of current line
|
||||||
property ReadOnly: Boolean read GetReadOnly write SetReadOnly;
|
property ReadOnly: Boolean read GetReadOnly write SetReadOnly;
|
||||||
property SelEnd: Integer read GetSelEnd write SetSelEnd;
|
property SelEnd: Integer read GetSelEnd write SetSelEnd;
|
||||||
property SelStart: Integer read GetSelStart write SetSelStart;
|
property SelStart: Integer read GetSelStart write SetSelStart;
|
||||||
property SourceText: string read GetSourceText write SetSourceText;
|
property SourceText: string read GetSourceText write SetSourceText;// the whole file
|
||||||
property TopLine: Integer read GetTopLine write SetTopLine;
|
property TopLine: Integer read GetTopLine write SetTopLine;// first visible line
|
||||||
property Selection: string read GetSelection write SetSelection;
|
property Selection: string read GetSelection write SetSelection;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user