Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TXAMLViewer
Getting Started


TXAMLViewer
Drop TXamlViewer instance on the form and set the XAML code with XamlViewer.XAMLText: widestring property.

Example:
XamlViewer.XAMLText := '';
If there are errors during the rendering, this will be returned via:
XAMLViewer1.LastError: widestring

TXPSViewer
Drop TXPSViewer instance on the form and set the filename of the XPS file to view with
XPSViewer.Filename