delphi Questions - Stack Overflowmost recent 30 from stackoverflow.com2009-07-02T23:43:49Zhttp://stackoverflow.com/feeds/tag/delphihttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1060321/how-to-convert-byte-array-to-its-hex-representation-in-delphihow to convert byte array to its hex representation in DelphiPavan2009-06-29T20:25:09Z2009-07-02T23:35:55Z
<p>Hi,</p>
<p>I have TBytes variable with a value [0,0,15,15]. How can I convert it to "00FF" ?</p>
<p>I dont want to use loops, bcoz this logic to be used in time intensive function.</p>
<p>(I tried using BinToHex, but I could not get it working with string variable.)</p>
<p>Thanks & Regards,</p>
<p>Pavan.</p>
4http://stackoverflow.com/questions/1076861/adding-or-inserting-an-item-to-a-tlistview-always-adds-it-to-the-end-when-groupviAdding or inserting an item to a TListView always adds it to the end when GroupView is ActivePavan2009-07-02T21:58:19Z2009-07-02T23:24:05Z
<p>Hi,</p>
<p>In Delphi 2009 :</p>
<p>When TListView's GroupView is Active, adding or inserting an item to a TListView always adds it to the end of the list, regardless of Index specified as param. When GroupView is set to false it adds it at the specified index. But when it is true, this behavior is not seen. </p>
<pre><code>ListView1.Items.Insert(1)
</code></pre>
<p>The above should insert item at the sepecified index "1", but always adds it to the end of the list. What am I doing wrong here?</p>
<p>Thanks & Regards,
Pavan.</p>
2http://stackoverflow.com/questions/1076827/file-open-dialog-with-encodings-combobox-under-vistaFile Open Dialog with Encodings combobox under Vista.MarkF2009-07-02T21:48:39Z2009-07-02T22:00:52Z
<p>I currently use the TOpenTextFileDialog as it has the Encodings option, but under Vista it appears using the older open dialog style. I'd like the new style open dialog, but with an encoding combobox that I can fill with custom strings. Basically I want the exact open dialog that Notepad shows under Vista. Of course I also need the corresponding save dialog as well. </p>
<p>I've done some research and it seems that the OFN_ENABLETEMPLATE flag causes the Vista common dialog to fall back to the old style. Unfortunately that's also the flag that lets the TOpenTextFileDialog modify the window to add the encodings combobox (if I understand things properly.) </p>
<p>Does anyone have a suggestion on how to get what I want under Vista but still have it work under XP? I assume that Windows 7 will have the same issue. I'm using D2009. Thanks for any suggestions or help!</p>
1http://stackoverflow.com/questions/1005373/creating-components-at-runtime-delphiCreating components at runtime - DelphiLuckyNeo2009-06-17T06:12:06Z2009-07-02T19:14:54Z
<p>Hi,</p>
<p>how can I create a component at runtime and then work with it (changing properties, etc.)?</p>
7http://stackoverflow.com/questions/1075484/vista-win7-delphi-audio-device-informationVista/Win7 Delphi Audio device informationAndy2009-07-02T16:48:33Z2009-07-02T19:13:55Z
<p>Hi guys, is there a way to get all Audio device names with delphi(D2009) on Vista or Win 7, I managed to get the number of devices, and to get the device PropertyStore using IMMDevice, but I wasnt able to go forward :|</p>
<p>Thanks a lot !</p>
1http://stackoverflow.com/questions/446635/schema-validation-with-msxml-in-delphischema validation with msxml in delphiMiel2009-01-15T13:01:37Z2009-07-02T17:26:39Z
<p>Hi,</p>
<p>I'm trying to validate an XML file against the schema's it references. (Using Delphi and MSXML2_TLB.) The (relevant part of the) code looks something like this: </p>
<pre><code>procedure TfrmMain.ValidateXMLFile;
var
xml: IXMLDOMDocument2;
err: IXMLDOMParseError;
schemas: IXMLDOMSchemaCollection;
begin
xml := ComsDOMDocument.Create;
if xml.load('Data/file.xml') then
begin
schemas := xml.namespaces;
if schemas.length > 0 then
begin
xml.schemas := schemas;
err := xml.validate;
end;
end;
end;
</code></pre>
<p>This has the result that cache is loaded (schemas.length > 0), but then the next assignment raises an exception: "only XMLSchemaCache-schemacollections can be used."</p>
<p>How should I go about this?</p>
<p>Thanks, Miel.</p>
3http://stackoverflow.com/questions/1072510/delphi-tclientsocket-replacement-using-winsock2-and-iocpDelphi TClientSocket replacement using winsock2 and IOCP?Bruce2009-07-02T04:35:44Z2009-07-02T16:47:16Z
<p>Is there such a thing? It needs to be asynchronous (no Indy).</p>
3http://stackoverflow.com/questions/1074857/image-list-loading-fails-on-delphi-6-and-vista-service-pack-2Image list loading fails on Delphi 6 and Vista service pack 2 Max2009-07-02T14:52:40Z2009-07-02T16:45:39Z
<p>Delphi 6 on Vista service pack 2 seems that can't load imagelist from dfm and save back again in the IDE.
The project with the dfm corrupted can't be rebuilt.</p>
<p>the error when I run the project is:</p>
<p>EReadError Error reading imagelist1.Bitmap: Failed to read ImageList
data from stream</p>
<p>any suggestion?</p>
<p>thanks in advance</p>
4http://stackoverflow.com/questions/1073351/windows-service-do-work-at-specified-times-delphiWindows Service: Do work at specified times (Delphi)Atlas2009-07-02T09:17:35Z2009-07-02T16:37:27Z
<p>Just checking if there's any best practice when writing a Windows Service.</p>
<p>The Service (Single-thread) needs to work at specified time intervals, right now I can only think of:</p>
<ol>
<li>Use sleep(), then check the time in a loop?</li>
<li>Use a TTimer?</li>
</ol>
<p>Any advice?</p>
5http://stackoverflow.com/questions/211353/stand-alone-report-preview-through-rdc-activex-crystal-reports-xiStand-alone report preview through RDC/ActiveX Crystal Reports XIpsoul2008-10-17T07:59:22Z2009-07-02T16:17:43Z
<p>I'm porting an application from Crystal Reports 8 to Crystal Reports XI in Delphi 5, using the RDC/ActiveX interface.</p>
<p>In Crystal Reports 8, I was able to bring up the crystal reports default report viewer window for a report like so:</p>
<pre><code>RptInvoicing.Destination := 0; // To: window
RptInvoicing.Action := 1; // Execute
</code></pre>
<p>However, this does not fly with CR XI. Printing and exporting I've figured out to work like this:</p>
<pre><code>crReport.PrintOut(True);
...
crReport.Export(True);
</code></pre>
<p>But I haven't been able to find anything relevant to show the default preview window. I've tried implementing my own using the report viewer component, but it has a lot of problems like locking up when resizing, freezing and crashes, so it's not a viable solution for a production app.</p>
<p>Even the official support forums weren't of help, I only got a nasty answer to go look at the manuals, which I've been through several times and can only refer to as bad. It's not every day you see such bad documentation for an enterprise product. I found nothing relevant to this in their manuals, so I'm led to think their own staff have no idea about this either.</p>
<p>So I'm hoping someone here could tell me if the default report viewer still exists in CR XI, and if it does, how to invoke it? If it doesn't, is using the report designer component really the only solution to create one?</p>
4http://stackoverflow.com/questions/1066153/fade-all-other-windows-of-an-application-when-a-dialog-is-shownFade all other windows of an application when a dialog is shown?Pavan2009-06-30T21:24:25Z2009-07-02T15:55:23Z
<p>Hi,</p>
<p>How to dim / fade all other windows of an application in Delphi 2009.</p>
<p>Form has an AlphaBlend property, but it controls only transparency level. But it would be nice if we can have something like this
<a href="http://www.anappaday.com/downloads/2006/09/day-10-jedi-concentrate.html" rel="nofollow">(Concentrated window)</a> . Even stackoverflow.com does that, when we try to insert a link/ image etc in the post.</p>
<p>How can we achieve this in a delphi application?</p>
<p>Thanks & Regards,
Pavan</p>
5http://stackoverflow.com/questions/1073636/crystal-xi-rel2-rdc-parameter-passingCrystal XI Rel2 RDC Parameter Passingpastacool2009-07-02T10:29:25Z2009-07-02T15:53:28Z
<p>Hi!</p>
<p>I have the following setup:</p>
<ul>
<li>Delphi 5 Enterprise Update 1 Crystal</li>
<li>Reports Developer XI Rel2 (RDC 11.5)</li>
</ul>
<p>After long hours of trial&error I can now set the logon stuff as <a href="http://stackoverflow.com/questions/1048327/delphi-5-crystal-xi-rel-2-rdc-how-to" rel="nofollow">asked earlier</a> but when I try to set crystalparameters by code - it does not work and I get an empty report.</p>
<p>I've written a small app for testing (here's just a snippet):</p>
<pre><code>for i:=1 to FParamFldDefs.Count do begin
FParFldDef := FParamFldDefs.Item[i];
FParFldDef.ClearCurrentValueAndRange;
if ParFieldName = 'User' then
FParFldDef.AddCurrentValue('hugo')
else if ParFieldName = '@P_Date' then
FParFldDef.AddCurrentValue('2009.06.30')
if FParFldDef.IsDefaultValueSet then
ShowMessage('DefaultValue: ' + FparFldDef.GetNthDefaultValue(1));
//--> on loop 1 i=1 this does not show up because IsDefalutValueSet = FALSE
//--> on lopp 2 i=2 this does show '2009.06.30'
if FParFldDef.IsCurrentValueSet then
ShowMessage('CurrentValue: ' + FparFldDef.GetNthCurrentValue(1));
//--> on loop 1 i=1 this does show 'hugo'
//--> on lopp 2 i=2 this does not show because IsCurrentValueSet = False
end;
ShowMessage(FldDef.SQLQueryString); //this shows all
//stored procedure parameters empty
</code></pre>
<p>Now I've managed to have the CurrentValues set (had to save the report in question with version 11 - it was version 9 before) because IsCurrentValueSet returns True but when I try to read the SQLQuereyString I can see that all SP parameters are NULL. Any Ideas on that?</p>
1http://stackoverflow.com/questions/1074746/testing-d2009-application-with-test-complete-7-0Testing D2009 application with Test Complete 7.0Steve2009-07-02T14:33:04Z2009-07-02T15:37:49Z
<p>We are trying to use Test Complete 7 to test an application compiled in Delphi 2009 (recently ported from D2006). In theory this should be really easy - you compile your app with debug information, then user a stripper utility to strip the debug info out into a separate *.tds file. TC should then have access to all the properties and methods it needs. In practice we are finding that:
a) it can be quite hard to get many properties and methods to appear at all
b) if they do appear and they have parameters/indices then the indicated parameter/index list may bear no relation to the actual list in our code
c) methods and properties that appear to be shipshape do not work/return anything other than complete rubbish.</p>
<p>Does anyone else have any experience of this scenario, did you experience any problems, and if you were able to solve them, what did you do?</p>
<p>Automated QA are looking into this problem for us, but we don't seem to be making much headway, and it is looking like the only way they will solve this is if we send them the source for our application which is something we are reluctant to do for various reasons ranging from practical to legal.</p>
<p>btw, on a small test app, we do not experience the same problems.</p>
1http://stackoverflow.com/questions/1068452/how-can-i-use-ntlm-authentication-in-a-delphi-soap-web-service-clientHow can I use NTLM authentication in a Delphi SOAP Web Service client?mjustin2009-07-01T10:46:12Z2009-07-02T14:47:43Z
<p>For a Microsoft CRM project, we need <a href="http://en.wikipedia.org/wiki/NTLM" rel="nofollow">NTLM authentication</a> in the Delphi 2009 web service client.</p>
<p>It looks like <a href="http://www.delphipraxis.net/topic157784.html" rel="nofollow">Indy 10 Tiburon already has experimental NTLM support</a>.</p>
<p>How can I activate the NTLM authentication for the THTTPRio component and use the logon information (user name, password, domain) of the destination web service server?</p>
<p>Edit: it would also be helpful if there is a way to use other authentication methods than 'Basic', for example <a href="http://en.wikipedia.org/wiki/Digest%5Faccess%5Fauthentication" rel="nofollow">HTTP Digest access authentication</a>.</p>
1http://stackoverflow.com/questions/1074655/delphi-overload-example-for-these-event-handlers-procedures-hdd-i-o-quotingDelphi Overload example for these event handlers / procedures; HDD I/O Quoting ( Read/Write ); ... HX_unbanned2009-07-02T14:18:33Z2009-07-02T14:19:39Z
<h1>1</h1>
<p>First of all - Hi to all! :)
I did read a bunch of forums and tutorials, but still I have not been successful to make overloaded OnClicks / simple procedures / etc..
As in theroy, overloading should work in any class with just adding directive to new declaration, but I have tried this and mainly I get debugger error E2266 ( in CG RAD Studio 2k9 ) ... same thing with overdriving.
I just cant find the correct way to do this.</p>
<h1>2</h1>
<p>Second question - I have dynamic array filled with bytes, which are read from *.raw file with BlockRead() and this operation, logically, requieres hell of a Shell resources and I wanned to know if there is any methods to reserve some amount or limit maximum amount of Read/Write/Seek used for Program runetime from Hard Disk Drive.</p>
<h1>3</h1>
<p>Third - is there any free and good e-book for COM/COM+/DCOM and GDI Programming? </p>
<h1>4</h1>
<p>Fourth - how to find TPopupActionBar's Sender if Sender is the TMenuItem.UnloadResources1 of PopupActionBar?
I tried with (Sender = UnloadResources1) but it does not go into if statement.... what could be right approach?</p>
<h1>5</h1>
<p>Finally - what is wrong there?</p>
<pre><code>procedure TForm1.VCLHelpClick(Sender: TObject);
var Ctrl : TWinControl;
begin
Ctrl := FindVCLWindow(Mouse.CursorPos);
if Ctrl <> nil then
if Form2.Cursor = crHelp then begin
if Ctrl = CreatorEdit then Application.HelpCommand(HELP_CONTEXT,001);
if Ctrl = EditorEdit then Application.HelpCommand(HELP_CONTEXT,002);
if Ctrl = UpdaterEdit then Application.HelpCommand(HELP_CONTEXT,003);
if Ctrl = IdeaEdit then Application.HelpCommand(HELP_CONTEXT,004);
if Ctrl = PorterEdit then Application.HelpCommand(HELP_CONTEXT,005);
end;
end;
</code></pre>
<p>The idea is simple - i have form border icons for Help button and when i click it, cursors changes to crHelp. If i click under control fro any of ifs, it invokes Help System and Opens associated help file with context from command. But it doesnt work ...
Is this because I have not added support for KLink / ELinks in Help file itself?</p>
0http://stackoverflow.com/questions/1071599/possible-to-force-delphi-threadvar-memory-to-be-freedPossible to force Delphi threadvar Memory to be Freed?MarkW2009-07-01T22:06:20Z2009-07-02T14:01:33Z
<p>I have been chasing down what appears to be a memory leak in a DLL built in Delphi 2007 for Win32. The memory for the threadvar variables is not freed if the threads still exist when the DLL is unloaded (there are no active calls into the DLL when it is unloaded). </p>
<p><strong>The question</strong>: Is there some way to cause Delphi to free memory associated with threadvar variables? It is not as simple as just not using them. A number of the existing Delphi components use them, so even if the DLL does not explicitly declare them, it ends up using them.</p>
<p><strong>A Few Details</strong>
I have tracked it down to a LocalAlloc call that occurs in response to the usage of a threadvar variable, which is Delphi's "wrapper" around thread-local storage in Win32. For the curious, the allocation call is in the Delphi source file sysinit.pas. The corresponding LocalFree call occurs only for threads that get <code>DLL_THREAD_DETACH</code> calls. If you have multiple threads in an application and unload a DLL, there is no <code>DLL_THREAD_DETACH</code> call for each thread. The DLL gets a <code>DLL_PROCESS_DETACH</code> and nothing else; I believe that is expected and valid. Thus, any thread-local storage allocations made on other threads are leaked.</p>
<p>I re-created it with a short C program that starts several "worker" threads. It loads the DLL (via LoadLibrary) on the main thread and then makes calls into an exported function on the worker threads. The function exported from the Delphi DLL assigns a value to a threadvar integer variable and returns. The C program then unloads the DLL (via FreeLibrary on the main thread) and repeats. After about 32,000 iterations, the process memory usage shown in Process Explorer grows to over 130MB. I also verified it more accurately with umdh. UMDH showed 24 bytes lost per instance. But the 130MB in Process Explorer seems to indicate about 4K per iteration; I'm guessing a 4K segment was leaked each time based on that, but I don't know for sure.</p>
<p>For clarification, here is the threadvar declaration and the entire exported function:</p>
<pre><code>threadvar
threadint : integer;
function Startup( ulID: LongWord; hValue: Longint ): LongWord; stdcall;
begin
threadint := 123;
Result := 0;
end;
</code></pre>
<p>Thanks.</p>
2http://stackoverflow.com/questions/1046523/nsiprotocolhandler-trouble-loading-image-for-html-pagensIProtocolHandler: trouble loading image for html pageStijn Sanders2009-06-25T22:19:53Z2009-07-02T12:30:47Z
<p>I'm building an nsIProtocolHandler implementation in Delphi. (<a href="http://stackoverflow.com/questions/864443/implementing-nsiprotocolhandler-with-delphi" rel="nofollow">more here</a>)
And it's working already. Data the module builds gets streamed over an nsIInputStream. I've got all the nsIRequest, nsIChannel and nsIHttpChannel methods and properties working.</p>
<p>I've started testing and I run into something strange. I have a page "a.html" with this simple HTML:</p>
<p><code><img src="a.png"></code></p>
<p>Both "xxm://test/a.html" and "xxm://test/a.png" work in Firefox, and give above HTML or the PNG image data.
The problem is with displaying the HTML page, the image doesn't get loaded. When I debug, I see:</p>
<ul>
<li>NewChannel gets called for a.png, (when Firefox is processing an OnDataAvailable notice on a.html),</li>
<li>NotificationCallbacks is set (I only need to keep a reference, right?)</li>
<li>RequestHeader "<code>Accept</code>" is set to "<code>image/png,image/*;q=0.8,*/*;q=0.5</code>"</li>
<li>but then, the channel object is released (most probably due to a zero reference count)</li>
</ul>
<p>Looking at other requests, I would expect some other properties to get set (such as LoadFlags or OriginalURI) and <a href="http://mxr.mozilla.org/firefox/source/netwerk/base/public/nsIChannel.idl#205" rel="nofollow">AsyncOpen</a> to get called, from where I can start getting the request responded to.</p>
<p>Does anybody recognise this? Am I doing something wrong? Perhaps with LoadFlags or the LoadGroup? I'm not sure when to call AddRequest and RemoveRequest on the LoadGroup, and peeping from <a href="http://mxr.mozilla.org/firefox/source/netwerk/protocol/http/src/nsHttpHandler.cpp" rel="nofollow">nsHttpChannel</a> and <a href="http://mxr.mozilla.org/firefox/source/netwerk/base/src/nsBaseChannel.cpp" rel="nofollow">nsBaseChannel</a> I'm not sure it's better to call RemoveRequest early or late (before or after OnStartRequest or OnStopRequest)?</p>
<p><strong>Update:</strong> Checked on the freshly new Firefox 3.5, still the same</p>
<p><strong>Update:</strong> To try to further isolate the issue, I try "file://test/a1.html" with <code><img src="xxm://test/a.png" /></code> and still only get above sequence of events happening. <em>If</em> I'm supposed to add this secundary request to a load-group to get AsyncOpen called on it, I have no idea where to get a reference to it.</p>
<p>There's more: I find only <a href="http://tinyurl.com/le7m77" rel="nofollow">one instance</a> of the "Accept" string that get's added to the request headers, it queries for nsIHttpChannelInternal right after creating a new channel, but I don't even get this QueryInterface call through...</p>
1http://stackoverflow.com/questions/305162/how-can-i-convert-unicode-characters-to-ascii-codes-in-delphi-7How can I convert unicode characters to ascii codes in delphi 7?Unkwntech2008-11-20T12:38:40Z2009-07-02T12:00:00Z
<p>Title says it all.</p>
<p>Edit: Yes we're talking about asci codes. My appologies I'm not the delphi dev here.</p>
7http://stackoverflow.com/questions/1071171/where-can-i-find-a-list-of-windows-api-constants-in-a-none-net-enviromentWhere can I find a list of windows API constants, in a none .net enviromentRe0sless2009-07-01T20:20:23Z2009-07-02T11:33:42Z
<p>I would like to find the values of some of windows API constants, such as, but not limited to *<a href="http://msdn.microsoft.com/en-us/library/aa931484.aspx" rel="nofollow">LVM_ENABLEGROUPVIEW</a>* & *<a href="http://msdn.microsoft.com/en-us/library/ms632645%28VS.85%29.aspx" rel="nofollow">WM_SHOWWINDOW</a>*</p>
<p>Looking on the net lead me to <a href="http://msdn.microsoft.com/en-gb/default.aspx" rel="nofollow">MSDN</a> which tells me what they are used for, but not the underlying values.</p>
<p>There is a very similar question on stackOverflow, <a href="http://stackoverflow.com/questions/718975/where-can-i-find-a-list-of-windows-api-constants" rel="nofollow">Where can I find a list of windows API constants</a>, but all the answers are for .net, or assume that I have the Windows SDK, that as far as I know I don't have.</p>
<p>So where can I find them?</p>
<p>If it makes a difference I am using Delphi 2007, and although it has a lot of the contents in the Messages unit, it does not have all of them, including some of the newest ones.</p>
<p>Thanks</p>
8http://stackoverflow.com/questions/814567/why-is-self-assignable-in-delphiWhy is Self assignable in Delphi?mjustin2009-05-02T10:00:02Z2009-07-02T11:19:15Z
<p>This code in a GUI application compiles and runs:</p>
<pre><code>procedure TForm1.Button1Click(Sender: TObject);
begin
Self := TForm1.Create(Owner);
end;
</code></pre>
<p>(tested with Delphi 6 and 2009)</p>
<ul>
<li>why is Self writeable and not read-only?</li>
<li>in which situations could this be useful?</li>
</ul>
<p>Edit:</p>
<ul>
<li>is this also possible in Delphi Prism? (I think yes it is, see <a href="https://forums.codegear.com/thread.jspa?threadID=20291" rel="nofollow">here</a>)</li>
</ul>
4http://stackoverflow.com/questions/1067025/handheld-development-lazarus-or-turbo-delphi-netHandheld Development, Lazarus or Turbo Delphi.NetDels2009-07-01T02:29:08Z2009-07-02T10:53:08Z
<p>I begin to program some handheld program as hobby, right now i currently have knowledge on Blackberry App (Java), Symbian S60 (PyS60) and J2ME</p>
<p>Something that i wanna learn was Windows Mobile/Pocket PC and iPhone development, but since i don't use Mac so i step to Windows Mobile/Pocket PC development</p>
<p>Here some question:<br />
1. Which is better Lazarus or Turbo Delphi.Net?<br />
2. Do both have some kind support of network access (GPRS, Wi-Fi, HSDPA, etc)?<br />
3. Do both have database access, both remote database and standalone/embed database? like SQL Server 2005 CE?<br />
4. Do i need some driver installed on Windows Mobile/Pocket PC to be able to work with SQL Server 2005 Developer on server i already have?<br /></p>
<p>If possible answer point-by-point</p>
<p>Thanks</p>
4http://stackoverflow.com/questions/12685/what-is-needed-to-get-delphi-back-on-topWhat is needed to get Delphi back on top?Jim McKeeth2008-08-15T20:11:14Z2009-07-02T01:01:34Z
<p>Delphi 2009 is due in the next couple months, which is its 12th release since Turbo Pascal became Delphi in 1995. Despite continued innovation it has not returned to its level of popularity before the Inprise fiasco. </p>
<p>Many developers with Delphi backgrounds are moving to C# and many Delphi legacy applications are being rewritten in C#, despite the fact Delphi supports .NET and in many cases the existing application could be ported without rewriting. </p>
<p>Is it just a losing battle to compete against Microsoft's tools on their platform? Is there something Code Gear / Delphi can do now that they are under new management to regain market share? What can enthusiasts do to help?</p>
<p>Why do you do Delphi programming? or Why are you <em>not</em> doing Delphi programming?</p>
62http://stackoverflow.com/questions/657100/where-can-i-get-free-gsm-libraries-components-for-delphi-or-pythonWhere can i get free GSM libraries/components for delphi or python?gath2009-03-18T05:47:08Z2009-07-01T21:34:42Z
<p>Guys,</p>
<p>Where can i get good free GSM libraries for <strong>Delphi</strong> or <strong>Python</strong>? Libraries i can use to send and receive sms's on my application?</p>
<p>Gath</p>
5http://stackoverflow.com/questions/1070571/how-to-get-the-git-in-delphi-7How to get the GIT in Delphi 7?Rocky Luck2009-07-01T18:11:56Z2009-07-01T21:04:09Z
<p>I'm trying to get the Global Interface Table by using the following code (Delphi):</p>
<pre><code>uses Comobj, ActiveX;
var
cGIT : IGlobalInterfaceTable = NIL;
const
CLSID_StdGlobalInterfaceTable: TGUID = '{00000146-0000-0000-C000-000000000046}';
function GIT : IGlobalInterfaceTable;
begin
if (cGIT = NIL) then
OleCheck (CoCreateInstance (CLSID_StdGlobalInterfaceTable, NIL,
CLSCTX_ALL, IGlobalInterfaceTable, cGIT ));
Result := cGIT;
end;
</code></pre>
<p>However, CoCreateInstance throws a "Class Not Registered" exception. And indeed: in HKCR/CLSID there is no entry for {00000146- etc. }.</p>
<p>Which dll or ocx should be registered, to get this definition in the registry?
Or am I doing it totally wrong?</p>
3http://stackoverflow.com/questions/982687/how-do-i-display-xml-using-an-xslt-document-in-a-delphi-appHow do I display XML using an XSLT document, in a Delphi app?robsoft2009-06-11T18:06:05Z2009-07-01T19:40:50Z
<p>I've been given a sample XML file (ultimately my client will receive several of these each day), and an XSLT file which will apparently transform the XML into something with a meaningful layout, suitable for displaying in a browser or printing.</p>
<p>I'd like to put something into an existing legacy Delphi app, such that the user can pick one of the XML files from the drive and 'display' it (in a TWebBrowser or similar).</p>
<p>I have no idea where to start, and Googling delphi, xml and xslt gets me examples that seem to be datamodule/database based; I just want to transform a given XML file into something on-screen. It looks like it might involve a PageProducer but I can't quite get my head around what I need to do. Anyone offer any pointers, or maybe a link to a quick tutorial?</p>
<p>Many thanks!</p>
3http://stackoverflow.com/questions/1067117/interposer-classInterposer classRoderick2009-07-01T03:13:47Z2009-07-01T17:54:38Z
<p>Do I need to put my Interposer class in
all the form that will the particular class ?
Say I want to re-implement TPanel, I redeclare
it as <strong><em>TPanel = class(ExtCtrls.TPanel)</em></strong> in the unit.
Do I need to do this in all the unit that uses
TPanel ?</p>
<p>Thanks in advance !</p>
4http://stackoverflow.com/questions/1048327/delphi-5-crystal-xi-rel-2-rdc-how-toDelphi 5 & Crystal XI Rel. 2 (RDC) how to?pastacool2009-06-26T10:11:33Z2009-07-01T17:15:43Z
<p>Hi Guys!</p>
<p>I'm trying to work with the <a href="http://stackoverflow.com/questions/378089/how-can-i-display-crystal-xi-reports-inside-a-delphi-2007-application" rel="nofollow">class from JosephStyons</a> but I do get an "Invalid Index" Error on the line where the "User ID" should get set.</p>
<pre><code>FRpt.Database.Tables[i].ConnectionProperties.Item['User ID'] := edUserName.Text;
</code></pre>
<p>Here's my environment:</p>
<p>WinXP Sp3, Crystal Reports Developer XI Rel.2 SP4, Delphi 5 Update Pack 1</p>
<p>Any help or ideas greatly appreciated!</p>
<p>Thx,
Reinhard</p>
3http://stackoverflow.com/questions/1065086/length-of-an-mp3-wav-audio-fileLength of an MP3/wav audio fileAttilah2009-06-30T18:00:48Z2009-07-01T12:29:24Z
<p>How do you get the duration (in minutes and seconds) of an MP3/wav audio file in Delphi ?</p>
8http://stackoverflow.com/questions/988730/detect-the-number-of-unique-values-in-an-arrayDetect the number of unique values in an arrayGreener2009-06-12T19:55:01Z2009-07-01T11:44:50Z
<p>I am looking for an efficient way to detect the number of unique values in an array. </p>
<p>My current approach:</p>
<ol>
<li>Quicksort array of integers </li>
<li>Then run a loop to compare elements. </li>
</ol>
<p>In code:</p>
<pre><code> yearHolder := '';
for I := 0 to High(yearArray) do
begin
currYear := yearArray[i];
if (yearHolder <> currYear) then
begin
yearHolder := currYear;
Inc(uniqueYearNumber);
end;
end;
</code></pre>
7http://stackoverflow.com/questions/665143/delphi-2010-beta-whats-on-your-wishlistDelphi 2010 Beta: What's on your wishlist?plainth2009-03-20T06:07:11Z2009-07-01T09:13:14Z
<p>Soon Delphi 2010 "Weaver" will enter in beta. (See <a href="http://www.embarcadero.com/products/beta%5Fprograms.php" rel="nofollow">http://www.embarcadero.com/products/beta_programs.php</a>)</p>
<p>Which would be your most wanted features for the next release of Delphi?</p>
<p>Mine (from top of the head):</p>
<ul>
<li>tooling for synchronizing the representations of DB schema (aka. DB metadata) in code and in database </li>
<li>language enhancements:
<ul>
<li>CASE on non-ordinal types</li>
<li>lazy evaluation</li>
<li>mixins</li>
<li>AOP (aspect oriented programming)</li>
</ul></li>
<li>VCL enhancements:
<ul>
<li>DB enhancements (TDataSet, TClientDataSet - faster, more feature rich)</li>
<li>OPF/ORM on native side</li>
<li>(more) containers, classes (using generics)</li>
</ul></li>
<li>IDE enhancements:
<ul>
<li>Runtime Object Inspector using the already registered editors to allow WYSWYG debugging of the objects/classes (and generally a better debugger)</li>
<li>Code management tools</li>
<li>Refactoring assistants</li>
<li>Find unused code (ok, here we need support from linker)</li>
</ul></li>
<li>64-bit compiler</li>
</ul>
<p>...and many many more :-)</p>
<p>Yours?</p>
99