Tagged Questions

2
votes
1answer
24 views

Is WSDL sort order relevant?

I'm refactoring an existing C# .NET Web Service that is consumed by existing Delphi 2006 (non-.NET) clients. I don't want to rebuild/redeploy the clients. My goal is to keep the WS …
0
votes
0answers
2 views

Using LMDWebHTTPGet downloads the file to the Temporary Internet Files directory only

Using LMDWebHTTPGet1 from LMD Innovative downloads the file to the Temporary Internet Files directory only I would like to get it into a directory of my choice
0
votes
0answers
3 views

Form redesigning itself in Delphi 2006

I have a form with a lot of components overlapping each other in a Delphi 2006 application. Sometimes when viewing the form designer the form gets redesigned with components moving …
1
vote
2answers
304 views

Tools which can parse Delphi XMLDoc format and build online help

The XMLDoc tool for API documentation is explained here: http://edn.embarcadero.com/article/32770 Are there any free or commercial tools which can be used to create documentation …
1
vote
2answers
94 views

Can IntraWeb forms be synchronized on demand?

Scenario: I have a Delphi Intraweb application that has some edit components and buttons on a screen. In the TIWEdit.OnAsyncExit and TIWButton.OnClick a flag is set, and another th …
1
vote
2answers
202 views

Find current method name in Delphi [closed]

Possible Duplicate: How to get current method’s name in Delphi 7? I am looking for a way to cache the results of some methods in a class. For this I created a memory …
3
votes
4answers
335 views

Parsing XML references in Delphi

I used Delphi 2006 data binding wizard to create a interface for an XML configuration file. Later on I realized that some repeated parts of the XML can be separated from the main f …
6
votes
3answers
156 views

Approaches for caching calculated values

In a Delphi application we are working on we have a big structure of related objects. Some of the properties of these objects have values which are calculated at runtime and I am l …
0
votes
3answers
245 views

Known constructs that crash the Delphi IDE

I'm using Turbo Explorer 2006 (update 2), and sometimes the IDE crash in a certain unit, specially when I try to use class-completion. The unit (and whole project) are in productio …
0
votes
1answer
44 views

Deleting IWTreeViewItems causes exception on form release

On my form I have a IWTreeView and two buttons. One button deletes some IWTreeViewItems, the other releases the form: procedure TIWForm1.IWButton1Click(Sender: TObject); begin I …
7
votes
4answers
178 views

Repeated setters logic in Delphi

For each setter of a class I have to implement some event logic (OnChanging, OnChanged): procedure TBlock.SetWeightIn(const Value: Double); var OldValue: Double; begin OldValue …
1
vote
1answer
64 views

Delphi 2006 refactoring keyboard mappings

How do I change the default refactoring keyboard mappings in Delphi 2006?
0
votes
1answer
72 views

Delphi 6 -> Delphi 2006 dbexpress weirdness?

I have an older application (written in Delphi 6) that has to be ported to Delphi 2006 (update 2). The application used to connect to an Interbase 6.x database using DBExpress, but …
1
vote
2answers
77 views

TIWMenu and TIWRegion hides Submenus

When I put a TIWMenu and a TIWRegion on a TIWAppForm with IWMenu.align := alTop; IWRegion.align := alClient; the submenu of IWMenu is hidden behind the region. That means, when …
1
vote
2answers
97 views

Delphi 2006 system.delete for widestrings?

Hi all, is there a counterpart of the Delete procedure that could be used for widestrings? Or should I just use copy and concatenate the resulting WideStrings?

1 2 3 next
15 30 50 per page