Hey guys,
Is it possible to run a delphi program and read a value that is written on a Java Script page?
To make it clear, my job system is using an Java Script page and I'd like to read values in the page when I press the "Save" buttons. Those are basically hours I've work.
I have to...
Hello again,
is it possible to make a procedure with this:
procedure TForm1.Button1Click(Sender: TObject);
begin
EditBox1.enabled := FALSE:
end;
procedure TForm1.Button2Click(Sender: TObject);
begin
EditBox2.enabled := FALSE:
end
procedure TForm1.Button3Click(Sender...
Hello,
I have a question that should be easy for most of you guys.
I'm not well experienced with Delphi and I need to know a way to make a function out of this:
If (Checklistbox1.Checked[0]) then begin if (StrIsDigit(Pr01.Text, Pr01.GetTextLen)) then MainIni.WriteString('PRISES', 'PR01'...
Hello, I'm using Delphi for few years but I've been doing some really basics stuff yet. Actually, I'm working on a program with Delphi 7.
Basically, it's a program to make orders. There is a phone system where you have to dial all items manually. I want to use my dial-up modem to make it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.