TAdvStringGrid

Example: Showing PDF Export

To get started, drop the TAdvGridPDFIO component on the form. Call the Save function to save to a file or stream.

  AdvGridPDFIO1.Save('GridExport.pdf');

TAdvGridPDFIO inherits from a base TAdvPDFIO component that supports configuration of meta-data and header and footer as well as custom drawing / customization through events.
vcl grid pdf export