My Delphi XE application was fine till a couple of days and I can\'t figure out what is wrong. My project layout:
I\'m somewhat of a noob, so bear with me please. I\'m building an MVC project that gets data from a web service (WCF) as exposed by a \"datamodule\" class that passes parameters to the service. Righ
I am using Delphi6 and have a data module with an ADO DataSet which is used by two forms, formA and FormB. Each form has a Dataset.Open() in OnCreate and Dataset.Close() in OnClose. If both forms are
When I\'m trying to inherit TDataModule Delphi treat descendant class like a form giving them 开发者_高级运维properties like font and Client properties. (\"property does not exists\" exception on a ru
I am looking for some advice about structuring Delphi programs for maintainability. I\'ve come to Delphi programming after a couple of decades of mostly C/C++ though I first learned to program with Tu
I am writing an application, there are various forms and their corresponding datamodules. I wrote in a way that they are using ea开发者_开发知识库ch other by mentioning in uses class(one in implementa
I am trying to define the best way to refactor the project I am working on. Due to lack of good design almost all project is made up of:
I need to send a windows message to a TDataModule in my Delphi 2010 app. I would like to use Po开发者_JS百科stMessage(???.Handle, UM_LOG_ON_OFF, 0,0);
I wrote my Win32 App to test and debug. I\'ve created a datamodule with all functionality needed to run the TCP sockets and IBDatabase components.
Most of the units I work on rely on a Data Module. One of the most annoying things I come accross is an error message telling me