Demo Programs

Drill Down

Previous  Top  Next

Platform: Windows

Language: Object Pascal

Compiler version: 6 and above

Description: Displays a table and lets the user select and unselect rows iteratively. Selected records are marked in the indicator column. The user can add and remove selections either through filter conditions or manually. Note that due to the limited capabilities of the VCL DBGrid component, the selection is not always correctly shown. Click the refresh button to update the selection indication, when the selection seems to be wrong.

Demonstrates: Working with selections either through filter conditions or through manual addition and removal.