blog.marcocantu.com
Dynamic Arrays in Delphi XE7
http://blog.marcocantu.com/blog/2014_september_dynamic_arrays_delphixe7.html
September 18, 2014. Dynamic Arrays in Delphi XE7. There is a significant new feature in the Object Pascal language for XE7 and that is the improved support for initializing dynamic arrays and operating on them. Before we start, if you haven't used dynamic arrays in object Pascal much, I can recommend you this nice introduction by Jacob (of Castalia fame): delphiblog.twodesk.com/dynamic-arrays-how-they-work-and-how-to-use-them. So what's new in XE7? Assign a constant array to a dynamic array. Notice the u...
capecodgunny.blogspot.com
Cape Cod Gunny Does Delphi: Great Video On Delphi Form/Code Separation
http://capecodgunny.blogspot.com/2015/01/great-video-on-delphi-formcode.html
Cape Cod Gunny Does Delphi. The trials, tribulations, tips, snares and thoughts of a Delphi Programmer running a One-Person Part-Time Micro ISV (OPPTMISV) who happens to be a retired United States Marine Corps Gunnery Sergeant. Sunday, January 18, 2015. Great Video On Delphi Form/Code Separation. I just watch a great video by David Schwartz a recently appointed MVP. (Congratulations Dave! Which I will keep tabs on going forward. Schartz's Four Part Series on Interacting with Forms in Delphi:. Jeff Duntem...