1
vote
1answer
37 views
need a help in Tlistview delphi
hey all
In my tlistview all lines caption and subitem[0] filled with some data , and i want to fill other subitems line by line after all stored in caption and subitem .
Example …
8
votes
5answers
136 views
What is the purpose of the ‘Tag’ property of Delphi VCL components?
Is there any specific purpose for the 'Tag' property of Delphi VCL components?
I have Googled a few examples using it as, for example, a 'color' property or using the value as a po …
1
vote
3answers
57 views
more memory for TMemo / TRichEdit
hi all
Is there any way to assign more memory for a Memo or RichEdit (if working with big files)
thanks
2
votes
1answer
79 views
TClientDataSet and big insert
In my application I use TADOQuery with select (MSSQL) and linked with it TClientDataSet. I have to insert about million records and ApplyUpdates.
So what I see in the SQL Server P …
1
vote
4answers
83 views
Delphi - loging all HTTP request
Hi
I need loging all HTTP request (from any application).
I have Delphi 7.0.
Anybody know how do that?
5
votes
3answers
125 views
How can I test my applications against the popular virus scanners?
I need to find out whether my apps are being flagged as viruses by the most popular anti-virus packages (not best, but biggest by user base). I therefore would like to know how oth …
1
vote
2answers
67 views
Trouble playing with indexed propertes via new RTTI [D2010]
ShowMessage(TRttiContext.Create.GetType(TStringList)
.GetProperty('Strings').ToString);
Above code fails as .GetProperty returns nil on properties like "Strings", "Objects" …
0
votes
1answer
73 views
How do I remove items from the default right-click menu in Delphi 2010?
Who or what inserts the Unicode, right-to-left and IME items at the foot of the default right-click popup menu in Delphi 2010 VCL applications? I would like to remove them for use …
5
votes
2answers
123 views
Why are TGeneric<Base> and TGeneric<Descendant> incompatible types?
Hi,
I have started using of generics in Delphi 2010 but I have a problem when compiling this piece of code:
TThreadBase = class( TThread )
...
end;
TThreadBaseList<T: TThread …
2
votes
2answers
121 views
What is a good library for creating PDFs in Delphi 2010?
What is a good library for creating PDFs in Delphi 2010?
Pre Unicode I used PowerPDF, which though obsolete, was flexible enough to do what I wanted to do (very customized non-db/ …
4
votes
2answers
109 views
Abort a thread?
I want to implement interruptable tasks based on background threads. What is the cleanest way to implement the TTask.Stop method? How can I abort the background thread?
The code e …
1
vote
3answers
74 views
Delphi MDI Application Next Window menu item
How would I go about implementing the Ctrl+F6 Next Window action in the Windows menu for an MDI application in Delphi 7?
1
vote
4answers
178 views
Charting recomendations for Delphi
I'm looking for a decent charting library to use with Delphi 2010.
We dont want to require additional framework be installed on client PCs, so would like to avoid toolkits that us …
1
vote
2answers
58 views
What are dispinterface declarations used for?
When you create a type library in Delphi and create an interface and the associated CoClass, Delphi also creates matching dispinterface declarations.
My understanding is that thes …
0
votes
1answer
55 views
Getting connected USB info with Delphi on Vista
Hello,
How can I get 'connected usb info'(device instance id, driver key name ..) from Registry in Vista or Windows 7 by using delphi?
Where is this information in Windows Registr …
