|
TRVUnits |
Top Previous Next |
|
Unit RVStyle. type TRVUnits = (rvuInches, rvuCentimeters, rvuMillimeters, rvuPicas, rvuPixels, rvuPoints);
If RichViewPixelsPerInch is positive, it is used for calculation of number of screen pixels in one inch. Otherwise, Screen.PixelsPerInch is used. In the latter case, values in rvuPixels depend on the screen resolution and cannot be used in WYSIWYG editors. This is a type of TRichView.DocParameters.Units. Values measured in TRVUnits have type TRVLength. See also: |