String Handling in Delphi (part 1) String Functions

preview_player
Показать описание
In this lesson we learn about some built-in functions in Delphi that will help you to manipulate and work with strings. Functions include - Length, Pos, Copy, UpperCase, LowerCase.

String Handling Video Series
#MrLongEducation #Programming #StringHandling
Рекомендации по теме
Комментарии
Автор

Good to see there are still some support for south african students who use delphi instead of java or more popular programes. Thank you mister Long 👍

sheravmaharaj
Автор

These videos help so much to Cramer the day before

jaymeenpatel
Автор

Watching this in IT class, probably learnt more form this video than what my teacher knows on the subject💀

opium-vz
Автор

Thank you so much Mr long this video has been a real help especially because I'm writing my exam tomorrow.

shantalnaidoo
Автор

You can hear the strong South African accent coming through, at least I think.

PierrePutter
Автор

thank you very much for your training with delphi your system of presenting the algorithm before writing the program facilitates understanding all the delphi videos are perfect to teach well thank you ... I only understand French but I am arriving at the course that is given in english I used a translation application to thank you 😊😊😊😊😊😊

blaisemugalu
Автор

FINAL IT prac paper on Tuesday..i will be baptized in the Mr long way

shaqeelchoonara
Автор

good day do you know where i can get the codes for the data files?

MuhammadYusuf-eqxi
Автор

What if you need to copy from an edit the month from the date (eg. 20020805(YYYYMMDD) then you get 08) do you do this?

sDate := edtwhatever.text;
iMonth := Length(sDate);
iMonth := StrToInt(sMonth);

sMonth := Copy(sDate, 5, 2);

pnlOutput.Caption := sMonth;

?

Stevesteacher
Автор

Just FYI- it's "Del-FIE", as in "Finance". Named after the Oracle of Delphi

drygordspellweaver
Автор

praat net so n bietjie afrikkans sodat meeste mense ni ons verstaan ni

christiolivier