python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to parse multiples lines from StringList
I want to copy specific lines from a StringList,
I want to copy all lines that have 'Domain Status:' into memo.lines.text
I used the code below, but the problem is it copies only the first line, I wan...
MrSiMo
Votes: 0
Answers: 2
Is there an auto keyword in Delphi?
I'm learning Delphi myself.. I have seen the auto variable type that can do some degree of magic in C++. Is there an auto a variable type, or something similar to this, in Delphi?
jimsweb
Votes: 0
Answers: 1
How to print CODE128 barcode to POS Thermal printer properly using Delphi?
I am trying to print code128 barcode directly to POS printer using this code:
DirectToPrinter(chr(29)+chr(107)+chr(72)+Chr(123)+Chr(65)+'8600123456789', true);
According to the documentation here: ht...
Vladimir
Votes: 0
Answers: 1
How to Prevent Inno Setup adding files multiple times when creating an installer and portable extractor
I like to create installer / portable extractors in one setup and sometimes i use .paf portables, i use a check inside the [Code] section so the installer knows where to place files depending if insta...
Andrew Walker
Votes: 0
Answers: 1