On Mon, 2009-09-21 at 15:19 +0200, Andrea Mauri wrote: > Dear all, > I have a question regarding DisableControls and EnableControls > procedures of TDataSet. > Is it correct that if I call 2 times disablecontrols I have to call 2 > times enablecontrols in order to enable again the controls associated to > the dataset?
Are you using Lazarus? ctrl-click on TDataset.EnableControls. Then use ctrl-shift-down and you'll see... ;) Offcourse, documentation is also usefull. But there is this easy alternative. (It doesn't work in more difficult cases, but in this case it does) Joost -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
