Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
226 results
Mastering String Manipulation in Delphi: Deleting Left Characters String manipulation is a foundational skill in programming, and ...
0 views
4 months ago
Explore if it's possible to determine whether the `Exit()` function was invoked in Delphi and how to implement it efficiently.
2 months ago
Learn how to easily convert a long string into `TStringList` using Delphi. We'll provide a step-by-step breakdown of how to ...
5 views
6 months ago
Learn how to effectively encrypt large strings in Delphi with this comprehensive guide. We'll take you through common pitfalls and ...
2 views
8 months ago
Learn how to effectively split and reverse every two characters in a string using Delphi. Get step-by-step guidance on ...
6 views
Learn how to successfully call functions from a Delphi DLL that return string values in C++Builder without running into memory ...
7 views
Discover effective solutions for passing `TStringList` from C# to Delphi DLL, addressing common pitfalls and offering alternatives ...
3 views
9 months ago
A comprehensive guide on how to split strings by both line breaks and new lines in Delphi 2006, including code examples for old ...
4 views
Remove N characters in a string Delphi remove.
8 views
7 months ago
Discover how to address character changes in `String[25]` when porting Delphi 7 applications to Delphi 10. Learn the best ...
Count the number of characters in a string Delphi length.
18 views
Learn how to effectively parse strings in Delphi using `TStringList`, focusing on handling different line break formats such as `\n`, ...
1 view
Learn how to return strings of unknown length from a Delphi DLL to a C# API with this comprehensive guide, including code ...
22 views
This question is particularly relevant for developers looking to enhance their string manipulation methods, as StringHelper allows ...
Learn how to safely return strings from a C+ + DLL to Delphi applications. This guide covers memory management, dynamic ...
Learn how to translate C+ + struct declarations that use arrays of enum values into Delphi. A detailed guide on managing enums ...
Learn how to effectively convert a `TStream` to a `string` in Delphi 10.4 without encountering the "Seek not implemented" error.
3 months ago
Learn how to effectively pass a `TStrings` object to a secondary thread in Delphi using the Win32 API. This guide provides a ...
15 views
Learn how to effectively convert generic type variables to `string` in Delphi, including handling `Variant` types with ease.
Learn how to resolve UTF-8 encoding issues in Delphi when parsing JSON strings. This guide covers key solutions to ensure ...
54 views