mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
SynEdit: Wrapped-view, publish CaretWrapPos
This commit is contained in:
parent
8177877e02
commit
8acb7a8215
@ -226,8 +226,10 @@ public
|
||||
procedure WrapAll; experimental;
|
||||
procedure ValidateAll; experimental;
|
||||
|
||||
property CaretWrapPos: TLazSynEditWrapCaretPos read FCaretWrapPos write FCaretWrapPos;
|
||||
property WrapColumn: Integer read GetWrapColumn;
|
||||
|
||||
published
|
||||
property CaretWrapPos: TLazSynEditWrapCaretPos read FCaretWrapPos write FCaretWrapPos;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user