TDBAdvMemo

TDBAdvMemo is not usable anymore after update to 12.0.1.0
Whenever I try to type something other than a character (like . or ) I get an Access Violation in
function TAdvCustomMemo.IsBlockBoundary(ch: char): boolean;

at
sl.CommaText := GetActiveStyler.BlockStart;

Everything is turned off right now: AutoCompletion, AutoCorrect, AutoExpand, AutoIndent, URLAware, UseStyler. CodeFolding, yet I still get this Access Violation.

What is wrong with this?
Delphi version is 10.2.

Thanks for reporting. We could see this issue when no syntax styler is attached.
We fixed this problem. The next update will address this.

1 Like