| << Click to display table of contents >> TSRVFloatProperty Type | 
Unit SclRView.
Identifies a property of TSRichViewEdit of an integer or a floating point type.
type
TSRVFloatProperty = (srvfpPPLeftMargin, srvfpPPRightMargin,
srvfpPPTopMargin, srvfpPPBottomMargin,
srvfpPPHeaderY, srvfpPPFooterY,
srvfpPPPageWidth, srvfpPPPageHeight);
| Value | Corresponding property of TSRichViewEdit | 
|---|---|
| srvfpPPLeftMargin | |
| srvfpPPRightMargin | PageProperty.RightMargin | 
| srvfpPPTopMargin | PageProperty.TopMargin | 
| srvfpPPBottomMargin | PageProperty.BottomMargin | 
| srvfpPPHeaderY | PageProperty.HeaderY | 
| srvfpPPFooterY | PageProperty.FooterY | 
| srvfpPPPageWidth | PageProperty.PageWidth | 
| srvfpPPPageHeight | PageProperty.PageHeight | 
A parameter of this type is used in TSRichViewEdit.SetFloatPropertyEd.
See also: