CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
CrisisHelper - First Aid in Tough Times of World Economic Crisis


_bm0 Rave Reports Developer Reference

TRvSystem. BaseReport (TRvSystem) property (read/write)

Top  Previous  Next
Declaration
property BaseReport: TBaseReport

 

Default
nil

 

Category

 

Description
Provides access to the TBaseReport object that is created by RvSystem, the base class of all output classes. This property will be nil until the Execute method is called. It is normally not necessary to access this property since the TBaseReport object is passed as the Sender parameter for all printing events.

 

See also

 

Example (Delphi)
RvSystem1.BaseReport.Print('This is a test');
    or
with Sender as TBaseReport do begin
Print('This is a test'); { Equivalent code inside OnPrint event }
end; { with }

 

Example (C++Builder)
rp1->BaseReport->Print("This is a test");



You are reading help file online using chmlib.com

If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com