Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mason Wheeler
Mason Wheeler has asked
249
questions and find answers to
489
problems.
Stats
14.9k
EtPoint
4.7k
Vote count
249
questions
489
answers
About
A lifelong programmer who's been coding in Delphi since its initial release and currently makes a living at it.
Mason Wheeler questions
How to make my program search specific folders for dependencies?
How to use TValue.AsType<TNotifyEvent> properly?
What's the simplest way to override a Delphi property's default value?
How can I make a component disappear in the form designer?
How can I set the $RTTI directive for the entire project?
How do I make a control that can't contain other controls?
Ruby: how to check how many parameters a block accepts?
Why shouldn't you use a handle during component creation or streaming?
How do I make TProgressBar stop lagging?
How to position an HTML element on top of another element without affecting the layout of the element(s) beneath?
Mason Wheeler answers
Need help with a method to randomly lay mines in a minesweeper game
Delphi 2010 RTTI - RttiContext.FindType
Which is the proper way to work with LateBinding in Delphi?
How is SetLength() allocating memory in Delphi
Minimum set of Delphi 2010 files to move to a SVN repository for compiling
How can I search a large XML data set?
Where should I put my utility methods? How can I used my customized form? (Delphi)
Is it safe to modify the content of a string variable through a pointer?
To transfer in dll a name of procedure from the basic program and to execute it there
How can access the value of a class var using the address of the class and a offset to the variable?