开发者_JAVA百科I\'m trying to write a simple SQLite application using Lazarus and the SQLdb components.
i have a simple insert statement with 3 datafields. A Tag_ID which is not the primary key and not auto increment,
I downloaded Lazarus, but have worked with Embarcadero Delphi IDE too. I have a question about building cross-platform Delphi applications.
I\'m writing a game which I\'ve attempted to separate between the interface, and the simulator (both of which run with separate timing circuits - with the theory being animations will sync, and simula
Actually i\'am working on translate some librarys to free-pascal. so the problem is which in delphi can use the ampersand (&) symbol to escape a reserved word, but in free-开发者_如何学编程pascal
Actually i am using OLE automation under Free Pascal , but some objects have properties which uses reserverd words as names, so i cannot compile the code.
I\'m building a String called FullMemo, that would be displayed at a TMemoBox, but the problem is that I\'m trying to make newlines like this:
Welcome, I have to create caption with information about downloading speed in my application using indy http get compontent.
I have managed to use SAPI Text-To-Speech in Delphi/Lazarus by using the following code: procedure TForm1.Button1Click(Sender: TObject);
Today I installed Ubuntu and Lazarus IDE (Delphi style cross-platform IDE). I don\'t know anything about the file structure of Linux Operating Systems. Do you know some tutorials that can get开发者_如