TurboPack / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
226 stars 75 forks source link

Calling a non-deprecated variant of TStream.Seek #197

Closed BorisU7 closed 2 years ago

BorisU7 commented 2 years ago

Current code calls an outdated variant of Seek with Word as the last parameter type, which gives warnings while building my app with SynEdit.

See System.Classes.pas for details.