TdxPDFViewerPasswordDialogFormClass Type
In This Article
The class-reference to an “Enter Password” dialog class.
#Declaration
Delphi
TdxPDFViewerPasswordDialogFormClass = class of TdxPDFViewerPasswordDialogForm;
#Referenced Class
Type | Description |
---|---|
Tdx |
The form class that implements the “Enter Password” dialog. |
#Remarks
Assign a reference to a TdxPDFViewerPasswordDialogForm class descendant to the dxPDFViewerPasswordDialogFormClass
global variable to replace the built-in “Enter Password” dialog available in a PDF Viewer control.
See Also