What is the protocol of getting the tweets of a user from Twitter? Let开发者_运维知识库\'s say I want to write a program that follows a Twitter account and read all its tweets. What is the protocol t
I have started building a new component in Delphi 6 Pro.Currently it just has a single TFont published property.However, when I drop the component on a Form at design time, and click on the edit butto
I have CodeSite Express, bundled with Delphi XE Enterprise. Right now I\'m developing an ISAPI application in XE (I trace and debug using attach to process in XE - works fine) and I\'d like to get som
I need to convert a hexadecimal value to a decimal integer. Is there some unit that can do this? On the web I have found something about it but it is not helping me much. I understoo开发者_JAVA百科d
I just discovered that my programmer actually loaded the entire SQLite database into lists (select * from tablename) (for search and filtering operations) instead of executing sql statements individua
Developing a Notepad++ plug-in using Delphi (using NPP\'s DelphiPluginTemplate as a basis), how do I create eve开发者_开发技巧nt handlers like onSelectionChanged, onChange, etc.?
The Delphi form designer is very good but we need to work directly from source. Is there a tool or script that can take a开发者_开发技巧 batch of DFM files and convert them to Delphi source code?You c
I use FastMM in my Delph开发者_如何学JAVAi application to trace memory leaking especially in FullDebugMode.With the new release of Delphi XE2, can we use FastMM as the memory manager?Can FastMM work w
I\'m using FastMM开发者_StackOverflow社区 4.97 in my application in Delphi5. Everything works well, if I run my application from the IDE with an intentional leak for test purposes. I get proper notic
I\'m working on a proof-of-concept app using TIdCmdTCPServer in delphi XE. There seems to be something wrong with my code because only the first command works.If i repeat the same command, it \"times