-
Notifications
You must be signed in to change notification settings - Fork 19
Delphi Feature List
Darian Miller edited this page Nov 20, 2019
·
6 revisions
Parent: Home
- Two distinct platforms for GUI applications:
- VCL: Legacy framework for Win32/Win64 applications
- FMX: Cross-platform support
- Native compilers for cross platform development
- TMultiView (FMX)
-
2015-09-09
Blog Post by Sarina DuPont New Windows 10 TMultiView Mode
-
- TSplitView (VCL)
-
2016-05-09
YouTube Video by Embarcadero Show and Hide Transient Content in Your VCL UI Using TSplitView and C++Builder -
2015-09-02
Blog Post by Sarina DuPost New Windows 10 VCL UI Controls
-
- TTaskbar component: Avoid
- https://stackoverflow.com/questions/31698788/ttaskbar-incompatibility
- https://stackoverflow.com/questions/34427903/what-is-the-proper-way-to-create-ttaskbar-instance-at-runtime
- https://community.idera.com/developer-tools/programming-languages/f/delphi-language/70556/ttaskbar-throws-etaskbarexception-could-not-register-tab/90788#90788
- Possible alternative: https://github.com/chaosben/theunknownones/wiki/TaskbarListComponents
- Inline variable definitions - as of 10.3 Rio
-
2018-11-02
grijjy.com blog post Inline variables can increase performance
-