| Shareware components |
| dsReport |
dsReport uses slightly different aproach to work with bands as other report and can be interesting for that. It doesn't know anything about master or detail bands. It knows three types of bands. PrintOnce band, Loop and Group.
| dsPrinter |
dsPrinter is used for printing. It is used just like TPrinter except it has a lot of additional properties and procedures to work with. dsPrinter works with metafiles so you can always replay pages to some other canvas like jpg or pdf. These way print preview is done and dsPrintPreview is a component that comes with dsPrinter...
| dsDesigner with dsEvents |
This is a component which can bring design time into your applications. Move and resize controls with mouse or keyboard. Set tab order. It can handle controls and components. Use dsEvents to ad code.
| dsTable |
A study of a database component to connect to different databases. Used for small to middle applications where speed of development is important.
| dsEdit |
A study of a edit box.