DK11 for Delphi | FMX.GisControlPrintPreview.TGIS_ControlPrintPreview | Classes | Constructors | Methods | Properties
Control for managing print preview.
Available also on: .NET WinForms | Java | ActiveX | Python.
// Delphi type [ComponentPlatformsAttribute(pfidAllDesktops)] TGIS_ControlPrintPreview = class( TRectangle ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_ControlPrintPreview : public TRectangle { };
→ TRectangle
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. | |
public | Print document. | ||
Resize | protected | Standard Resize override. | |
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. | |