Hello I would like to develop using delphi 7 programming language but I have some questions, firstly is there a lot of different delphi languages e.g. Borland Delphi, Delphi 7, etc?
I have been coding against a Delphi EXE (win32 desktop app) to access twitter and do certain functions.It used to use Basic authentication with the api limitation.I know I have to convert this to OAut
Very strange thing happening: I had a whole bunch of TFrame\'s (might have been TCustomFrame, don\'t remember because I made an intermediate class between the 40 odd frames and the parent) that I was
HI all, I am working with Delphi 7. I am facing a problem with Grid. My Grid having 100 rows, I am appending some more after that. For example, I am selected itemis on 1oth. The grid shows 20 items
I got some forms in Delphi 7 which I open in my IDE. Certain accented characters are not displayed correctly in the form and when I change a form containing such a character , the accent is lost.
I am improving a Delphi program... There is a procedure that expects a TFormClass argument (class of TForm).
i was开发者_StackOverflow wondering if anyone could by any chance help me. i have a school project due in 10 days and to be honest i have no idea what im doing =/ what is expected of me is that i prog
i\'m developing a custom component, and i\'d like to add a published property that would be an array of TQuery (it should be visible in the object inspector). the main feature would be to drop the com
I need to knowif all characters in a string are equal (formed by the same character). the function must return true or false depending if all the elements of the string are equal to an particular char
I\'m writing a client-server win32 application in Delphi 7 and in a section i need to bring aprox. 100k (less or more) rows with data from an Oracle database. Everything ok so far, but one of the fiel