TdxPSPreviewDialogManager.DefaultPreviewDialogStyleInfo Property
In This Article
Returns the class type of the most recently registered Print Preview dialog style.
#Declaration
Delphi
property DefaultPreviewDialogStyleInfo: TdxPSPreviewDialogStyleInfoClass read;
#Property Value
Type |
---|
Tdx |
#Remarks
This property returns the class type of the last element within the Items collection. If this collection is empty, an exception is thrown.
See Also