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)
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
Create TPanel which looks like TMainMenu?
I want to create a component which looks similar to TMainMenu but is based on TPanel.
TMainMenu under Windows 7 has a gradient of colors.
How can I achieve similar effect for TPanel? Not any gradient ...
Tom
Votes: 0
Answers: 1
Class that worked in Delphi fails to run in Lazarus
The below class implementation works fine in Delphi, however it fails when running in Lazarus.
The purpose is to run a timer asynchronously.
// Declaration
type
TTimerEvents = class
private
cl...
psa
Votes: 0
Answers: 1
convert a long string into a Tstringlist
hello guys I have the following string A type string.
A = 'flagA=0,flagB=0,flagC=1'
B:Tstringlist.
I want to convert it into Tstringlist in order to see if the flagC is set to 1 by inspecting B.Values...
Tonathiu Redrovan
Votes: 0
Answers: 2