Search the Wiki

Viewing 112 to 114 of 408 items

Calc Tab Views

In order to configure the user-interface to provide this level of functionality, set the RAPInterface riNotebookTab property to True and set all of the RAPOptions to True. When the report designer is displayed, the Calc tab will be visible. By right-clicking on the treeview on the left, a speed menu will be displayed that shows  Full Article…

0

Calc Dialog

The RAP user interface can be configured to meet the needs of your end users. There are three basic configurations available: Calculations Dialog For casual end users, a simple Calculations dialog is accessible from the speedmenu of the new TppVariable component. This dialog provides a place for calculations to be entered and returned via a  Full Article…

0

Supporting Set Types via RTTI

This code demonstrates how you can use your TraRTTI descendants to provide support for Set type properties without using Sets. Version 1.0 of RAP does not support Set types. However, it is possible, using RTTI, to supply support for Set type properties.  Take, for instance, TFont’s Style property which is of type TFontStyles – a  Full Article…

0