|
<< Click to display table of contents >> TRVEditHelper.SetParaBorderAndBackground |
Applies the background and border values from ParaStyle, listed in ValidParaProperties, to the selected text in the AEditor editor.
procedure SetParaBorderAndBackground(
AEditor: TCustomRichViewEdit);
This method is similar to SetParaStyleToEditor, but has the following differences:
▪it applies only properties from the rvpiBackground_* and rvpiBorder_* set;
▪if necessary, it adjusts the corresponding indents and spacing so that they are large enough to include the border and background padding (in TRichView, margins and indents are specified independently of borders and background).
See also: