RUVIDEO
Поделитесь видео 🙏

Learn Delphi Programming | Unit 6.9 | Exploring CheckBoxes (TCheckBox Class)

📁 Обучение 👁️ 16 📅 16.10.2024

Get lotsa FREE downloads and other stuff from our LearnDelphi Community Pages at www.patreon.com/LearnDelphi

Visit our community here.... www.patreon.com/LearnDelphi for:
-- Download some video lessons for FREE
-- Download some Delphi project files used in tutorials for FREE
-- Download some PDF lesson instructions for FREE
-- Participate in chats and discussions
-- Get Early access to new tutorials
-- No need to signup and no obligation
PS: SORT VIDEOS FROM EARLIEST TO LATEST TO START AT THE BEGINNING

----------------------------------------
Delphi Programming Tutorial - Unit 6.9: Exploring CheckBoxes (TCheckBox Class):

This is the second-last out of ten tutorials where we explore the Delphi components we use to create Graphical User Interfaces. We will learn about CheckBoxes (the TCheckBox class) in this video.

A check box is a toggle that lets the user switch an on or off state by checking or unchecking the check box. When the selection is turned on, the check box is checked. Else the check box is blank/unchecked. You create check boxes using Delphi’s TCheckBox class. A TCheckBox component presents an option for the user. The user can check the box to select the option, or uncheck it to deselect the option.

• Set Checked to True to make the box appear checked by default.

• Set AllowGrayed to True to give the check box three possible states: checked, unchecked, and grayed.

• The State property indicates whether the check box is checked (cbChecked), unchecked (cbUnchecked), or grayed (cbGrayed).
Check box controls display one of two Boolean states. The undetermined state is used when other settings make it impossible to determine the current value for the check box.

In this tutorial, we continue with the Graphical User Interface that we worked on in earlier tutorials. We add a TCheckBox on our Form for the user to opt-in or opt-out for newsletters. After completing this tutorial the following properties of our TCheckBox object will be set:

Height – 20
Left – 80
Top -70
Width – 100
Caption – Send NewsLetter
Checked = True

Best viewed in HD. To change your settings to HD:

1. Click on the Gear-icon (Settings) at the bottom of the YouTube Video Player.

2. Select "720p HD" and wait a few moments for the setting to take effect.

Enjoy!

For more Delphi video tutorials also join us at https://www.patreon.com/LearnDelphi

You may also want to visit the following resources for more information:

https://www.patreon.com/LearnDelphi (Our LearnDelphi Community pages)
https://www.lazarus-ide.org
https://www.planet-source-code.com
https://www.delphi.about.com
https://www.embarcadero.com
https://www.edn.embarcadero.com
http://techteachers.co.za
http://www.studyopportunities.co.za
https://www.facebook.com/DelphiSchools
http://www.lazarus-ide.org/
http://www.delphibasics.co.uk
http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/delphivclwin32/StdCtrls_TCheckBox.html http://stackoverflow.com/

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Learn Delphi Programming | Unit 6.9 | Exploring CheckBoxes (TCheckBox Class)», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.