TdxPSPreviewDialogManager.PopulatePreviewDialogList(TStrings) Method
Populates a specified string list with Print Preview dialog styles that are registered within the ExpressPrinting System.
Declaration
procedure PopulatePreviewDialogList(AStrings: TStrings);
Parameters
Name | Type |
---|---|
AStrings | TStrings |
Remarks
This method iterates through the Items collection and adds the following information for each dialog style stored within this collection, to the string list passed as the AStrings parameter:
The style name.
The class type that corresponds to the style.
See Also