TdxEnumPagesAsImagesProc Type
In This Article
#Declaration
Delphi
TdxEnumPagesAsImagesProc = procedure(AComponentPrinter: TCustomdxComponentPrinter; AReportLink: TBasedxReportLink; AIndex: Integer; APageIndex: Integer; const AGraphic: TGraphic; AData: Pointer; var AContinue: Boolean) of object;
#Parameters
Name | Type |
---|---|
AComponent |
TCustomdx |
AReport |
TBasedx |
AIndex | Integer |
APage |
Integer |
AGraphic | TGraphic |
AData | Pointer |
AContinue | Boolean |
See Also