View of component properties
Are you sure your properties are correctly set in run-time? You can check this selecting "Spy->Secure some object" in the DAP menu. Being directed to Delphi applications, the mouse cursor looks like a "sight". You just need to click on the component you are interested in with the mouse.
On this screenshot we are checking the value of the DataSource property of DBGrid3. It should be set to dsSubDetails. In real applications we could mix it up with any other TDataSource component and the application would not work properly.
|