From 160cb66b4bf47fc26743316b07cfbad96c3ee38d Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 27 Oct 2010 13:10:15 +0200 Subject: Renamed TfpgWindowBase.DoEnabledDrops() to DoDNDEnabled() This will hopefully reduce the confusion between the other TfpgWidget.AcceptDrops property - they had too similar names. * Applied rename changes to all other descendants too * Updated DND demo project --- examples/gui/drag_n_drop/dndexample.lpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gui/drag_n_drop') diff --git a/examples/gui/drag_n_drop/dndexample.lpr b/examples/gui/drag_n_drop/dndexample.lpr index 706cfd42..ace8d2ea 100644 --- a/examples/gui/drag_n_drop/dndexample.lpr +++ b/examples/gui/drag_n_drop/dndexample.lpr @@ -154,7 +154,7 @@ begin SetPosition(316, 186, 512, 429); WindowTitle := 'Drop Site Demo'; Hint := ''; - EnableDrops := True; + DNDEnabled := True; Bevel1 := TfpgPanel.Create(self); with Bevel1 do -- cgit v1.2.3-70-g09d2