Learn Delphi Programming | Unit 14.6 | Making Decisions with Boolean Expressions



Learn Delphi Programming | Unit 14.6 | Making Decisions with Boolean Expressions

Learn Delphi Programming | Unit 14.6 | Making Decisions with Boolean Expressions

Learn Delphi Programming | Module 14 | Unit 14.6 | Making Decisions with Boolean Expressions

Learn how to apply conditional logic in your Delphi-code by Using Boolean Expressions as flags or to set Boolean properties.

This is the sixth of ten tutorials exploring conditional (decision) statements in Delphi code. In this tutorial we learn how to write code that uses the result of a Boolean expression as a flag for decision making or to set Boolean properties i.e. Enabled or Visible. We also explore more IF-statements.

Patreon:
All resources used for the demo’s of this lesson can be downloaded at:
www.patreon.com/learndelphi

Support:
www.patreon.com/learndelphi

Enjoy concise, easy-to-understand video lessons that even a child can follow.
– visual, animated explanations;
– step-by-step, line-by-line walkthroughs;
– theory, demo’s, exercises, challenges;
– regular new lessons;
– implementation of best practices;
– useful to students and teachers;
– downloadable projects on www.patreon.com/learndelphi
(also to non-Patreon supporters [delayed]);

Thanks to Nathan Smith for the music used of the Intro and Outro logo’s. He is a very talented guitarist, performer, artist and good friend. Please, follow and support him.
Website: https://www.nathansmith.co.za/
YouTube Channel: https://www.youtube.com/channel/UCCcONX7ey844Cm9gAH9cD5Q
Facebook: https://www.facebook.com/nathansmithvibes

Embarcadero offers free versions of Delphi from time-to-time. Click here: https://www.embarcadero.com/products/delphi/starter/free-download

Comments are closed.