|
What are Print Jobs components?
Print Jobs Components is a set of ready-to-use components derived from TCustomPrintJob for easy print the texts, controls, grids, databases, etc. These components allows to print without manual coding. The current version of Print Jobs contains:
- TSimpleGridPrintJob
- print job for easy print any graphic grid
- TSimpleTextGridPrintJob
- print job for easy print any text grid
- TDBGridPrintJob
- print job for easy print database grid
- TStringGridPrintJob
- print job for easy print TStringGrid contents
- TListViewPrintJob
- print job for easy print TListView contents
- TStringsPrintJob
- print job for easy print text files and TStrings contents
- TRichEditPrintJob
- print job for easy print TRichEdit contents
- TScreenshotPrintJob
- print job for easy print screenshot
- TImagePrintJob
- print job for easy print bitmap from TImage control
- TControlPrintJob
- print job for easy print control image
- TFormPrintJob
- print job for easy print form image
- TMultiPrintJob
- component for integration of other print jobs
- TDraftPrintJob
- component for draft printing
|