Language
Delphi
Remove
Platform
Any
License
Any
In a Delphi programme I have declared Texto as string.
I make Texto := Select..... etc
Adoquery1.SQL.Text := Texto;
Adoquery1.ExcSQL;
With this coding everything works fine, but to change easily...
I have a (http://www.mtsconverterdownload.com/m2ts-converter.html)M2TS Converter, which is so powerful and easy to use, and at the same time, it is also a (http://www.mtsconverterdownload...
either cbx_print or frm_reciept has not been created / initialized. if you are creating these in runtime (ie. with code), make sure you are not accessing them before creating them.
This is my first post on the forum because I was so angered by the exam. But anyway...
...Similar sentiments echoed here. Our whole class(10 of us), failed to make any headway into the final...
I stayed with DOS (Turbo Pascal 7) for about a decade and then finally played with some Visual Basic, Delphi & now C#/.NET
Visual Basic was very good to help with the transition to windows...
=0) and (Key = 13) then //the enter key
begin
Items := TEdit(Sender).Text;
TEdit(Sender).Visible := False;
SetFocus;
ItemIndex := ItemIndex;
end;
end;...
Depending on the Delphi version you are using you should the
registry keys and the library path to see if the IDE knowns where to look for the files.
hi im trying to make a MIDI keyboard with delphi and aim to make the computer keyboard keys correspond to my piano/keyboard keys maybe the middle row (A to L).Just wondering how this would be...
you are the mannn thank you so much, this makes much more sense
Hi.
I've just registered and this being my first time on a forum like this, I am in need of some desperate help. I have written an assignment for my students but having no experience of using...
Yep, but I get the samme error.
The program crashes with an error like "error accessing data for ZAxis".
I use a German version of Delphi so it doesn't make sence to post the compiler message...
Hi All,
With the following code I read a value in the reg. database.
procedure TfrmGraph.ReadRegistry;
var
Registry: TRegistry;
begin
try
Registry := TRegistry.Create;...
Hi
after i compile my DLL i get an message which tells me to use the Run /Parameters box. i don't know which exe i have too use, the delphi compiler or?? have you any idea.
jfallsen
I create a program in Delphi and got it to work fine. I ported it over to C++ Builder and after the usual quirks and glitches, I got it past the compiler with no errors, but then I got this link...
: : I am new in delphi and I need some help, what is wrong in tis code
: :
: : uses
: : Windows, Messages, SysUtils, Variants, Classes, Graphics,
: : Controls, Forms, Dialogs, ShellApi,...
: I am new in delphi and I need some help, what is wrong in tis code
:
: uses
: Windows, Messages, SysUtils, Variants, Classes, Graphics,
: Controls, Forms, Dialogs, ShellApi, IniFiles;
:...
I am new in delphi and I need some help, what is wrong in tis code
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ShellApi, IniFiles;
var Handle:...