TRVAControlPanel.DefaultMargin

<< Click to display table of contents >>

TRVAControlPanel.DefaultMargin

Specifies default margins for new documents.

property DefaultMargin: TRVPixelLength;

This property is assigned to LeftMargin, TopMargin, RightMargin, and BottomMargin properties of TCustomRichViewEdit component in the following cases:

•when TrvActionNew is executed;

•before TrvActionOpen loads a file.

srv_icon ScaleRichView note: for TSRichViewEdit , this property is ignored, see DefaultDocParameters.

 

Default value:

5

See also:

•DefaultColor

•DefaultDocParameters

•TrvActionNew.StyleTemplates