User Tools

Site Tools


api:dk11:delphi:fmx.giscontrolprintpreview.tgis_controlprintpreview

TGIS_ControlPrintPreview class

DK11 for Delphi | FMX.GisControlPrintPreview.TGIS_ControlPrintPreview | Classes | Constructors | Methods | Properties

Control for managing print preview.

Available also on: .NET WinForms | Java | ActiveX | Python.

Syntax

// Delphi
type
  [ComponentPlatformsAttribute(pfidAllDesktops)]
  TGIS_ControlPrintPreview = class( TRectangle )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_ControlPrintPreview : public TRectangle
{
};

Inheritance

→ TRectangle

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create an instance.

Methods

Inherited Overrides Protected
Name Visibility Description
Paint protected Standard Paint override.
Preview(Integer; TGIS_PrintManagerAbstract) public Preview selected page.
Preview(Integer; TGIS_PrintManagerAbstract; Double) public Preview selected page.
Preview(Integer; TGIS_PrintManagerAbstract; String; Double) public Preview selected page.
previewInternal protected Internal method for preview selected page.
Print public Print document.
Resize protected Standard Resize override.

Properties

Inherited Protected
Name Visibility Description
Action published See documentation for TRectangle in Delphi help.
Align published See documentation for TRectangle in Delphi help.
Anchors published See documentation for TRectangle in Delphi help.
Enabled published See documentation for TRectangle in Delphi help.
GIS_Viewer published Viewer to which Print Preview will be attached.
Hint published See documentation for TRectangle in Delphi help.
IsLastPage public True, if last page in preview was reached.
IsPrinter public Check if any printer exists.
PopupMenu published See documentation for TRectangle in Delphi help.
TabOrder published See documentation for TRectangle in Delphi help.
TabStop published See documentation for TRectangle in Delphi help.
Visible published See documentation for TRectangle in Delphi help.

2022/11/16 01:13

Page Tools