TRVBoxProperties.Border

<< Click to display table of contents >>

TRVBoxProperties.Border

Defines background properties.

type 
  TRVBoxBorder = class (TRVBorder)
property Border: TRVBoxBorder;

TRVBoxBorder changes the initial values of properties introduced in TRVBorder:

Style=rvbSingle

BorderOffsets: Left=Right=10, Top=Bottom=5.

Unlike in TRVBorder, in TRVBoxBorder negative values of BorderOffsets are ignored (treated as zeros).

Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx and SetCurrentItemExtraStrPropertyEx to change values of subproperties of this property as an editing operation.