Re: [MSEide-MSEgui-talk] MSEgui's dyn array/list for handling data of any type ?

2013-07-30 Thread Ivanko B
What is the actual case of application? Fast loading|manipulating a huge-size mixture of data of several predefined types - integer, string, real record with strings (not UNION-ed because of refcounting). It's not mine personally but by FreePascal.Ru. Those guys also suggest

Re: [MSEide-MSEgui-talk] MSEgui's dyn array/list for handling data of any type ?

2013-07-30 Thread Ivanko B
UnicodeString = is this compatible with MSESTRING ? -- Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can

Re: [MSEide-MSEgui-talk] MSEgui's dyn array/list for handling data of any type ?

2013-07-30 Thread Ivanko B
There is no list for handling data of any type in MSEgui. == DCALC seems to manages all these (even integers etc) as TOBJECT. -- Get your SQL database under version control now! Version control is standard

Re: [MSEide-MSEgui-talk] MSEgui's dyn array/list for handling data of any type ?

2013-07-30 Thread Ivanko B
With recods replaced by classes/objects. 2013/7/30, Ivanko B ivankob4m...@gmail.com: There is no list for handling data of any type in MSEgui. == DCALC seems to manages all these (even integers etc) as TOBJECT.

Re: [MSEide-MSEgui-talk] MSEgui's dyn array/list for handling data of any type ?

2013-07-30 Thread Martin Schreiber
On Tuesday 30 July 2013 12:08:15 Ivanko B wrote: What is the actual case of application? Fast loading|manipulating a huge-size mixture of data of several predefined types - integer, string, real record with strings (not UNION-ed because of refcounting). It's not mine

Re: [MSEide-MSEgui-talk] MSEgui's dyn array/list for handling data of any type ?

2013-07-30 Thread Martin Schreiber
On Tuesday 30 July 2013 12:10:05 Ivanko B wrote: UnicodeString = is this compatible with MSESTRING ? msestring = UnicodeString. Martin -- Get your SQL database under version control now! Version

Re: [MSEide-MSEgui-talk] MSEgui's dyn array/list for handling data of any type ?

2013-07-30 Thread Martin Schreiber
On Tuesday 30 July 2013 12:13:09 Ivanko B wrote: There is no list for handling data of any type in MSEgui. == DCALC seems to manages all these (even integers etc) as TOBJECT. Ouch. Martin -- Get your

Re: [MSEide-MSEgui-talk] MSEgui's dyn array/list for handling data of any type ?

2013-07-29 Thread Martin Schreiber
On Monday 29 July 2013 20:26:35 Ivanko B wrote: To have functionality benchmarks comparable to the attached testcases. test-stl needs FPC 2.7.*. tdatalist (msedatalist.pas) or trecordlist (mselist.pas) descendants. For unmanaged types the functions of msearrayutils can be used