| 
       << Click to display table of contents >> TRVFloatProperty | 
    
Unit [VCL/FMX] RichView / fmxRichView;
Identifies a property of TRichView of a TRVLength type.
type
TRVFloatProperty = (rvfpDPLeftMargin, rvfpDPRightMargin,
rvfpDPTopMargin, rvfpDPBottomMargin,
rvfpDPHeaderY, rvfpDPFooterY);
Value  | 
Corresponding property of TRichView  | 
|---|---|
rvfpDPLeftMargin  | 
|
rvfpDPRightMargin  | 
DocParameters.RightMargin  | 
rvfpDPTopMargin  | 
DocParameters.TopMargin  | 
rvfpDPBottomMargin  | 
DocParameters.BottomMargin  | 
rvfpDPHeaderY  | 
DocParameters.HeaderY  | 
rvfpDPFooterY  | 
DocParameters.FooterY  | 
A parameter of this type is used in TRichViewEdit.SetFloatPropertyEd.
See also: