Delphi Programming Tutorial #99 - Mouse Cursor in Firemonkey

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 programme 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.

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

Great video. Watching the evolution of the code was very instructive. 

Penrodyn
Автор

Thank's How can Set The mouse on Form The Same on Screen?

eaglemaster
Автор

Alister, I do not understand how the applicatin 'knows' to switch the cursor back to normal. Is the scope of the Hourglass cursor restricted to the Button1Click event?

johanswart
Автор

I tried to use it in a Delphi 12 Multi device application and it only works in Windows.

mkhjensen
Автор

The destructor should check to see if CS is assigned, or you will get an access violation if the platform does not support cursor services.

skamradt
Автор

hello Teacher i face a problem in how to load a cursor from file under firemonkey !!
i have seen this video is very nice but i can't find the way in how to load an external cursors for my application so please help .

benammarmohamed
Автор

Nice video Alister but you should never ever say that warning is ok. Instead you should also show how to remove it from the code :)

TrueWodzu