Links
EControl Syntax Editor SDK
TSyntaxFormat.MultiLineBorder Property

Specifies whether solid border must be drawn around multiline text region.

property MultiLineBorder: Boolean;

If text region with a border is multiline, there are two ways to display border:

  1. Border displayed around each line (MultilineBorder = False).
  2. Single border is drawn around all lines (MultilineBorder = True).

Second way requires more time, but it is very useful if you want solid border around multiline text region.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!