aus der RaveDevGuide.pdf:
Zitat:
For your application's, you must set the RvProject component engine property to a RvSystem
component. If you do not already have a RvSystem available, then drop one on the same form as
your RvProject. Once you have set the engine property, then go to the RvSystem-component and
you have a lot of properties that you can set, as needed. Some of the more popular ones are:
To disable the Output Dialog from showing:
RvSystem1.SystemSetups := RvSystem1.SystemSetups - [ssAllowSetup];
To change the default destination of the output (File, Preview or Printer):
RvSystem1.DefaultDest := rdPrinter; (sets default as printer)
thomas, TeamNevrona