32 Gigabyte Application - Delphi #160

preview_player
Показать описание


Alister Christie is a Delphi MVP (Most Valued Professional), Consultant, Developer, Trainer, Presenter, and Author. He has presented at ADUG (Australasian Delphi Users Group) Symposia and Code Rage Conferences for many years. Alister holds a degree in Mathematics and Computer Science from Victoria University, Wellington. He lives near Wellington, New Zealand.

On this YouTube Channel, Alister has created many hours of video tutorials to help you learn Delphi Programming in efficient and effective ways. Using his lessons, you will program faster and better, skills applicable for beginners through to experts wanting to expand their programming and coding proficiency.

Video topics by Alister Christie include VCL (Visual Component Library), FireMonkey, FireDAC, Cross-platform, Android, iOS (iPad or iPhone Operating System), Mac OS/X, Windows, IoT (Internet of Things), Algorithms, and more.

Рекомендации по теме
Комментарии
Автор

Epic demo!!! 😁👍

Also this now gives me an idea on how to take revenge on a colleague who keeps showing off his "beast" PC to me - it's going to slow down quite spectacularly 😈

(Just kidding, he uses Slack and has 100s of tabs in Chrome so no need to kill his machine, he's already doing it!)

checkdigits
Автор

I was trying to do the same on my existing project, but "Add platform" is disabled. What can cause of this ?

titovvaleriy
Автор

well that was funny and cool :D
what is the difference between using :
Var X : Array of Int64;
and :
Var X : TArray<Int64>
?

eitan