Class TForm1 (unit VCDemoMainForm) |
TForm
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
We set dtAutoDragMove in dbtvDepartment.Options, so the items of dbtvDepartment can get moved. But if we use the DragOver-event, we could stop it anyway by setting Accept to false - so we have to set Accept to true if Source = dbtvDepartment:
Refresh would not be needed if we would use TSelfRefreshTables:
Properties |
Events |
Variables |