Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Ken Bourassa
Ken Bourassa has asked
12
questions and find answers to
53
problems.
Stats
1.3k
EtPoint
358
Vote count
12
questions
53
answers
About
Long time delphi programmer.
Ken Bourassa questions
Did WH_CALLWNDPROC hooks performance dramatically decrease with Win10 (Compared to Win7)?
Can a Delphi generic class descend from its class argument?
TArray<Byte> VS TBytes VS PByteArray
How to determine which TLS/SSL protocol was negotiated when using sslvSSLv23?
How to automatically copy resources to the DCU output folder
Is it possible to have the read/write of a property to have different visibility?
How to work around Delphi 10's bug with TList<_AnyDynamicArrays_>?
Ken Bourassa answers
Why does the Delphi compiler think that the value of a local boolean variable is initialized when it obviously is not?
Did WH_CALLWNDPROC hooks performance dramatically decrease with Win10 (Compared to Win7)?
Is there any way to know if a object is being created or destroyed inside a class helper?
Memory leaks happens in nested anonymous method
IfThen(Assigned(Widget), Widget.Description, 'No Widget') doesn't crash. Should it?
TClientDataSet works VERY SLOW with 100K+ rows
Delphi 7 - Why does Windows 7 change encoding of characters in runtime?
Why is there two sequential move to EAX under optimization build?
How to store and locate multiple interface types within a Delphi TInterfaceList
Pre-allocate memory between HostApp and DLL