I need to store multiple objects (most of them are TObject/non persistent) to a TMemoryStream, save the stream to disk and load it back. The objects need to be streamed one after each other. Some kind
How do I go about sending a Windows Message to a form in my application that is not the MainForm? Using the code below gives me an Access Violation.
I know in delphi you can open the default browser with: ShellExecute(self.WindowHandle,\'open\',\'www.website.com\',nil,nil, SW_SHO开发者_高级运维WNORMAL);
I try to debug a COM+ DLL in Delphi 7 i开发者_Python百科n a Win7 environment. How can I do this?It\'s possible with a work around.1 unregister from Com+ the dll
is th开发者_如何学编程ere anydata fitting component for delphi7 ?You can find a lot of information about algorithms in Delphi on efg\'s Delphi Reference Library. For data fitting for example take a lo
Regarding: Delphi, VirtualStringTree - classes (objects) instead of records Does the memory increases or something?
I have been trying to set up local debugging for my ASP.NET app in Delphi and am getting the error above. I have used the aspnet_regiis.exe tool with the following:
How can I remove the . and .. from a path in Delphi (not using .NET). I need a function开发者_开发百科, so I can pass it something like \'c:\\program files..\\program files...\', and I want the functi
I am trying hard to align MDIChild form to the left of the parent MDIForm setting Align:=alLeft at design time. On the Parent MDIForm is toolbar aligned to alTop. Apparently aligned MDIChild is higher
Data.XX.NewValue := Data.XX.SavedValue; Data.XX.OldValue := Data.XX.SavedValue; 开发者_JAVA百科 I need to do the above a large number of times, where XX represents the value in the class. Pretending