InstantObjects is an integrated framework for developing object-oriented business solutions in Delphi™. The framework provides the foundation for the development process as well as the engine that powers the final application. It is intended to offer: Round-trip modelling using the Delphi™ IDE. ...
6
votes
1answer
278 views
InstantObjects looks good, but I can't find any code to use MySQL with it.
I am trying to develop an application in the OO way. That is, I intend to design objects for all business components rather than design a form for a process. I am completely new to this.
Anyhow, I ...
1
vote
0answers
84 views
How To Query Item Using InstantObject Query
I'm Using InstantObjects. I Have 2 classes TSalesOrder And TSalesOrderItem. TSalesOrderItem is member of collection in TSalesOrder. I'm having trouble to query Tsalesorderitem data to be displayed in ...
0
votes
0answers
244 views
How To Create Master Detail Report In Fast Report 4 + InstantObjects
How To Create Master Detail Report In Fast Report 4 + InstantObjects ? I can show report with master data but not with detail data. I'm Using FR 4, Delphi XE, and InstantObject.
Source code to ...
0
votes
2answers
376 views
How can I create objects with reference using instantobjects framework programmaticaly in Delphi code
I am a experimenting with instantobjects. I have two simple classes tband and tcountry both are defined as stored. tband has a properts named tcountry referencing the tcountry class/table. (country is ...