Standard-Action which links to a GridPrinter and calls its Print method to print a grid Inherited procedure which sets the internal FGridPrinter variable to nil when the GridPrinter is deleted. Constructor of the TGridPrinterAction class Executes the Print() method of the associated TGridPrinter instance if that matches with the Target parameter. Returns true when the parameter Target is the associated GridPrinter Disables the action if no GridPrinter is associated with the action or if the grid associated with the GridPrinter is not visible. Points to the TGridPrinter instance which is associated with the action. Standard-Action which links to a GridPrintPreviewDialog and calls its Execute method to display a preview a grid to be printed by a GridPrinter. Inherited procedure which sets the internal FPreviewDlg variable to nil when the associated PrintPreviewDialog is deleted. Constructor of the TGridPrintPreviewAction class Runs the Execute() method of the associated TGridPrintPreviewDialog instance if that matches with the Target parameter. Returns true when the parameter Target is the associated GridPrintPreviewDialog Disables the action if no PreviewDialog is associated with the action or if that is not associated with a GridPrinterassigned to a visible grid. Internal variable for the associated TGridPrinter instance. Internal variable for the associated TGridPrintPreviewDialog instance. Points to the TGridPrintPreviewDialog instance which is associated with the action.