You are reading help file online using chmlib.com
|
Rave Reports Developer Reference Right property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property Right: double;
Default 0.0
Category
Components TReportSection
Description These properties define the placement for each side of the section. All values are in units and are relative to a specific position on the page, such as the page or margin edge, which is defined by the relative XxxxxMethod property (such as LeftMethod).
See also BottomMethod, LeftMethod, RightMethod, TopMethod
Example (Delphi) ReportSection.Bottom := 0.5;
Example (C++Builder) ReportSection->Bottom = 0.5; |
You are reading help file online using chmlib.com
|