ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

258 results

Extreme Intelligence
How to Check for Palindromes in Delphi | Simple String Manipulation Tutorial

In this video, we create a Delphi application to check if a string is a palindrome! 🖥️ Using a simple loop, we reverse a string ...

5:56
How to Check for Palindromes in Delphi | Simple String Manipulation Tutorial

29 views

9 months ago

vlogize
How to Delete Multiple Strings from the Left in Delphi

Mastering String Manipulation in Delphi: Deleting Left Characters String manipulation is a foundational skill in programming, and ...

1:39
How to Delete Multiple Strings from the Left in Delphi

0 views

4 months ago

vlogize
How to Convert a Long String Into TStringList in Delphi

Learn how to easily convert a long string into `TStringList` using Delphi. We'll provide a step-by-step breakdown of how to ...

1:37
How to Convert a Long String Into TStringList in Delphi

5 views

6 months ago

vlogize
Can You Check If Exit() Was Called in Delphi?

Explore if it's possible to determine whether the `Exit()` function was invoked in Delphi and how to implement it efficiently.

1:40
Can You Check If Exit() Was Called in Delphi?

0 views

2 months ago

vlogize
How to Split and Reverse Every Two Characters in a String with Delphi

Learn how to effectively split and reverse every two characters in a string using Delphi. Get step-by-step guidance on ...

2:03
How to Split and Reverse Every Two Characters in a String with Delphi

6 views

6 months ago

vlogize
How to Encrypt Large Strings in Delphi

Learn how to effectively encrypt large strings in Delphi with this comprehensive guide. We'll take you through common pitfalls and ...

1:41
How to Encrypt Large Strings in Delphi

2 views

8 months ago

vlogize
How to Properly Pass TStringList from C# to Delphi DLL

Discover effective solutions for passing `TStringList` from C# to Delphi DLL, addressing common pitfalls and offering alternatives ...

1:44
How to Properly Pass TStringList from C# to Delphi DLL

3 views

9 months ago

vlogize
How to Properly Receive String Results from Delphi DLLs in C++Builder

Learn how to successfully call functions from a Delphi DLL that return string values in C++Builder without running into memory ...

2:53
How to Properly Receive String Results from Delphi DLLs in C++Builder

7 views

8 months ago

vlogize
Solving the Mystery of String[25] Character Changes in Delphi 10

Discover how to address character changes in `String[25]` when porting Delphi 7 applications to Delphi 10. Learn the best ...

1:46
Solving the Mystery of String[25] Character Changes in Delphi 10

0 views

6 months ago

vlogize
Solving String Parsing Issues in Delphi with TStringList: How to Handle Line Breaks Efficiently

Learn how to effectively parse strings in Delphi using `TStringList`, focusing on handling different line break formats such as `\n`, ...

1:45
Solving String Parsing Issues in Delphi with TStringList: How to Handle Line Breaks Efficiently

1 view

6 months ago

delcpy
Remove N characters in a string Delphi remove

Remove N characters in a string Delphi remove.

1:27
Remove N characters in a string Delphi remove

8 views

7 months ago

delcpy
Count the number of characters in a string Delphi length

Count the number of characters in a string Delphi length.

1:39
Count the number of characters in a string Delphi length

18 views

7 months ago

vlogize
How to Pass a TStrings Object to a Secondary Thread in Delphi

Learn how to effectively pass a `TStrings` object to a secondary thread in Delphi using the Win32 API. This guide provides a ...

1:45
How to Pass a TStrings Object to a Secondary Thread in Delphi

15 views

8 months ago

vlogize
How to Split a String by New Lines in Delphi 2006

A comprehensive guide on how to split strings by both line breaks and new lines in Delphi 2006, including code examples for old ...

2:18
How to Split a String by New Lines in Delphi 2006

4 views

6 months ago

vlogize
How to Convert TStream to String in Delphi 10.4

Learn how to effectively convert a `TStream` to a `string` in Delphi 10.4 without encountering the "Seek not implemented" error.

1:41
How to Convert TStream to String in Delphi 10.4

8 views

3 months ago

Extreme Intelligence
"Delphi Programming: How to Check If a Number is Even or Odd!" 🎯

In this beginner-friendly Delphi programming tutorial, we'll learn how to check if a number is even or odd using a simple condition.

3:27
"Delphi Programming: How to Check If a Number is Even or Odd!" 🎯

98 views

9 months ago

vlogize
Understanding TCaption and the Lack of StringHelper in Delphi Framework

This question is particularly relevant for developers looking to enhance their string manipulation methods, as StringHelper allows ...

1:31
Understanding TCaption and the Lack of StringHelper in Delphi Framework

3 views

8 months ago

vlogize
How to Properly Return a String from a C+ +  DLL to Delphi

Learn how to safely return strings from a C+ + DLL to Delphi applications. This guide covers memory management, dynamic ...

2:17
How to Properly Return a String from a C+ + DLL to Delphi

2 views

4 months ago

vlogize
Converting a Generic Type Variable to String in Delphi

Learn how to effectively convert generic type variables to `string` in Delphi, including handling `Variant` types with ease.

1:36
Converting a Generic Type Variable to String in Delphi

2 views

6 months ago

vlogize
How to Successfully Return Strings from Delphi DLL to C#  API

Learn how to return strings of unknown length from a Delphi DLL to a C# API with this comprehensive guide, including code ...

2:17
How to Successfully Return Strings from Delphi DLL to C# API

22 views

8 months ago