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

TRpBarsBase. Create (TRpBarsBase) method

Top  Previous  Next

Declaration

constructor Create( BaseRpt: TBaseReport );

 

Category

BarCode

 

Description

This constructor is called to create an instance of the Bar Code Class. The current reporting object should be passed into the BaseRpt parameter.

 

See also

TRpBarsBase Class, BaseReport (bar code)

 

Example (Delphi)

BarCode1 := TRpBarsPostNet.Create(Sender as TBaseReport);

with BarCode1 do begin

BarHeight := 0.125;

BarWidth := 0.020;

UseCheckSum := True;

Text := '85283-3558'; {'-' will be stripped}

Left := MarginLeft + 1.0;

Print;

end; {if}

BarCode1.Free;

 

Example (C++Builder)

TBaseReport* rp = dynamic_cast<TBaseReport*>(Sender);

TRpBarsPostNet* bc1 = new TRpBarsPostNet(rp);

bc1->BarHeight = 0.125;

bc1->BarWidth = 0.020;

bc1->UseCheckSum = true;

bc1->Text = "85283-3558"; / "-" will be stripped

bc1->Left = rp1->MarginLeft + 1.0;

bc1->Print();

delete bc1;



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