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

TBaseReport. FinishTabBox method

Top  Previous  Next

Declaration

procedure FinishTabBox(Width: integer);

 

Category

Tabs

 

Description

Draws the top line for the current set of tabs using a line width of Width. Useful when printing a table drawn with the setting of BOXLINELEFTRIGHT to finish the bottom of each tab box. This function can also be called at the beginning to draw the top line of the table.

 

See also

TBaseReport Class, SetTab

 

Example (Delphi)

ClearTabs;

SetTab(0.5,pjLeft,1.5,5,BOXLINELEFTRIGHT,0);

SetTab(NA, pjLeft,1.5,5,BOXLINELEFTRIGHT,0);

SetTab(NA, pjLeft,4.5,5,BOXLINELEFTRIGHT,0);

FinishTabBox(1);

PrintTab('Name');

PrintTab('Picture');

PrintTab('Description');

NewLine;

FinishTabBox(1);

 

Example (C++Builder)

rp1->ClearTabs();

rp1->SetTab(0.5,pjLeft,1.5,5,BOXLINELEFTRIGHT,0);

rp1->SetTab(NA, pjLeft,1.5,5,BOXLINELEFTRIGHT,0);

rp1->SetTab(NA, pjLeft,4.5,5,BOXLINELEFTRIGHT,0);

rp1->FinishTabBox(1);

rp1->PrintTab("Name");

rp1->PrintTab("Picture");

rp1->PrintTab("Description");

rp1->NewLine();

rp1->FinishTabBox(1);



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