How can i set the printing size (w开发者_如何学Cidth and height) by code without showing a dialog?
I have the following problem. There\'s a pagecontrol on my form and I want to activate a certain tabsheet and then drag and drop (from explorer) to a scrollbox on the tabsheet. (each tabsheet has a s
I have a TListBox on a form, and items are added with listbox1.ItemIndex := listbox1.Items.AddObject(\'msg\', TObject(grp));
i\'m using delphi 7 to run the hiercube version 4.32. When i retrieve the data, the pc memory keep increasing until occur \'Out of Memory\' bug. I suspect the cache of memory did not clear when retrie
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomp开发者_JAVA技巧lete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
Just want to confirm with the COM/DCOM experts out there... I have a Delphi COM EXE that is running on a server (threading is Single Apartment) and another copy of that same EXE starts up on the sam
I followed the advice received in a previous discussion ( Should "Library path" point to the source files of packages? ) and now my Library Path points to folders containing the compiled cod
I have to write a litle a开发者_如何学Cpp that will process files saved in a given dir. I doesn´t pleases me the idea of writing infinite loops, timers and that kind of stuff.
I have the following code for executing a sql stored procedure that returns multiple resultsets, then reads this result from stream. For background info: it returns xml blocks as strings and then tran
I added a basicHttpBinding to an existing Service I have in production in order to expose it for use in Delphi.