In the Delphi 2009 RAD Studio, there is a drop-down combo box where you can select the desktop configuration, i.e. \"Default Layout\", \"Debug Layout, \"Classic Undocked\", etc. This has stopped worki
I am working with Delphi 2009 Pro and just tried to find out why code completion is so slow in my setup. Whenever code completion is invoked, the IDE locks up for up to 30s, which really interrupts an
I have a TClientDataSet connected to a TDataSetProvider, which in turn is connected to a TAdsQuery. I set the SQL command and then open the ClientDataset something like this:
I know in delphi you can open the default browser with: ShellExecute(self.WindowHandle,\'open\',\'www.website.com\',nil,nil, SW_SHO开发者_高级运维WNORMAL);
I have a Strin开发者_C百科g that I needed access to the first character of, so I used stringname[1].With the unicode support this no longer works.I get an error: [DCC Error] sndkey32.pas(420): E2010 I
type TParent=class public member1:Integer; end; TChild=class(TParent) public member2:Integer; end; TGArray<T: TParent>=class
I was wondering if there is a way to make an array which would have multiple types of data fields. So far I was using aMyArray: array of array [0..1] of TPoint;
What I want to do is to assign an anonymous method which I get as a function result to a variable of the same type. Delphi complains about not beeing able to do开发者_JAVA百科 the assignement. Obvious
How do I make an autoinc field in firebird with Zeos. -Br开发者_Python百科adIt is explained in Firebird FAQ #29. See the bottom of that page.I don\'t know what do you mean by \"making an autoinc fiel
the code are not so complecated.. private { Private declarations } SpSharedRecoContext1 : TSpSharedRecoContex开发者_开发问答t;