cdew / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Whether in the near future to wrap DataSet? #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Whether in the near future to wrap DataSet?
And/or the tool making automatic wrapper for the specified module. Like the 
instrument "RemObjects Pascal Script" "unit-importing".

Original issue reported on code.google.com by pult....@gmail.com on 8 Nov 2011 at 1:25

GoogleCodeExporter commented 9 years ago
I'm not personally planning to wrap TDataSet, as I don't use it (nor any of 
Delphi's built-in DB libraries for that matter), but others are welcome to 
contribute it.

At the moment I have no plans for automatic unit import wrappers. For unsafe 
accesses, RTTI is already making those wrappers redundant to some extent, and 
is expected to improve over time. Though if someone want to contribute an 
automated importer, it could be welcome for those that use scripts in a 
non-sand-boxed fashion.

Original comment by zar...@gmail.com on 8 Nov 2011 at 8:20