ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

35 results

vlogize
How to Fix High CPU Usage in Delphi 12 with TParallel.For After Loop Completion

Discover solutions to high CPU usage issues in Delphi 12 when using `TParallel.For`, including adjustments to thread pools and ...

2:16
How to Fix High CPU Usage in Delphi 12 with TParallel.For After Loop Completion

5 views

8 months ago

vlogize
How to Substitute Characters in a String Using Delphi

The Problem You may find yourself using nested loops for character substitution in strings, similar to this setup: [[See Video to ...

1:49
How to Substitute Characters in a String Using Delphi

3 views

7 months ago

vlogize
Mastering the Query Loop with Conditions in SQL and Delphi

Learn how to effectively implement a `query loop` with conditions in SQL using Delphi to obtain all relevant records effortlessly.

2:47
Mastering the Query Loop with Conditions in SQL and Delphi

2 views

8 months ago

vlogize
How to Use a for Loop to Increment in Multiples of 2 in Delphi

Learn how to create a `for` loop that increments by 2 instead of 1 in Delphi, ensuring efficient and accurate data output.

1:45
How to Use a for Loop to Increment in Multiples of 2 in Delphi

4 views

2 months ago

vlogize
Efficiently Sorting Arrays in Delphi: No Extra Variables Approach

... Problem Defined A user encountered a challenge while attempting to sort an array of integers using two nested loops in Delphi, ...

1:26
Efficiently Sorting Arrays in Delphi: No Extra Variables Approach

0 views

7 months ago

vlogize
How to Get Combinations from Multiple Sets in Delphi

Fill out the combinations in an array using nested loops. 3. Online Generation This technique generates combinations on-the-fly, ...

2:08
How to Get Combinations from Multiple Sets in Delphi

2 views

8 months ago

vlogize
How to Dynamically Change Label Text in Delphi's ListBoxItem Using Layouts

Discover how to efficiently change the text of a Label in Delphi's ListBoxItem dynamically. This step-by-step guide resolves ...

2:12
How to Dynamically Change Label Text in Delphi's ListBoxItem Using Layouts

3 views

8 months ago

vlogize
Efficiently Copying OleVariant Arrays to Your Own Structure in Delphi

The challenge arises when using nested loops to copy each element, which can significantly slow down the processing speed.

2:47
Efficiently Copying OleVariant Arrays to Your Own Structure in Delphi

3 views

7 months ago

vlogize
How to Efficiently Search for the First Occurrence in Two tstringlists in Delphi

Discover how to compare two tstringlists in Delphi to check for folder existence and avoid duplicating copies. --- This video is ...

1:52
How to Efficiently Search for the First Occurrence in Two tstringlists in Delphi

0 views

6 months ago

vlogize
Creating a Continuous Line of Text in a RichEdit Control Using Delphi

Unlock the potential of Delphi's TRichEdit by learning how to display text in a single continuous line using loops! --- This video is ...

1:47
Creating a Continuous Line of Text in a RichEdit Control Using Delphi

4 views

6 months ago

vlogize
Optimizing Array Conversions in Delphi: A Speedy Solution for Handling Different Ordinal Types

Discover how to efficiently convert arrays of different ordinal types in Delphi using optimized techniques that enhance ...

1:51
Optimizing Array Conversions in Delphi: A Speedy Solution for Handling Different Ordinal Types

1 view

8 months ago

vlogize
Streamlining Your Delphi Code: A Guided Approach to Shorten Repetitive Code Regarding Label Captions

Discover how to efficiently shorten repetitive Delphi code for label captions by using simple procedures. Learn how to use arrays ...

1:20
Streamlining Your Delphi Code: A Guided Approach to Shorten Repetitive Code Regarding Label Captions

0 views

6 months ago

vlogize
How to Efficiently Find Latin Squares Using Recursive Depth-First Search

The Traditional Approach Often, traditional implementations rely on nested loops, specifically N * N cycles, which can become ...

1:55
How to Efficiently Find Latin Squares Using Recursive Depth-First Search

1 view

6 months ago

vlogize
How to Reduce High CPU Usage in Delphi RIO with Indy TCP Server

Discover simple yet effective solutions to minimize CPU usage in Delphi RIO applications using Indy TCP Server, without ...

2:11
How to Reduce High CPU Usage in Delphi RIO with Indy TCP Server

4 views

3 months ago

vlogize
Efficiently Looping Over Item Combinations: Handling Deletions in Algorithms

Discover how to efficiently loop over item combinations while managing deletions in your algorithmic processes. Learn smart ...

1:55
Efficiently Looping Over Item Combinations: Handling Deletions in Algorithms

0 views

8 months ago

vlogize
How to Convert a Set of Integers to a Comma-Separated String in Delphi

Learn how to easily convert a set of integers into a comma-separated string in Delphi using the TStringList class. --- This video is ...

1:39
How to Convert a Set of Integers to a Comma-Separated String in Delphi

0 views

8 months ago

CodeGlow
invalidarrayindexinelementat error condition

Get Free GPT4.1 from https://codegive.com/a21c2dc ## Understanding and Handling the `INVALIDARRAYINDEXINELEMENTAT` ...

1:12
invalidarrayindexinelementat error condition

0 views

5 months ago

Ed Sheeran
Ed Sheeran - Azizam (Looper Performance Live from Old Delhi)

'Azizam' out now: https://es.lnk.to/azizamYC "I loved learning Azizam on the loop pedal. My mind goes into like full jigsaw puzzle ...

3:51
Ed Sheeran - Azizam (Looper Performance Live from Old Delhi)

2,116,818 views

8 months ago

vlogize
Is the ScanChar() Function in Delphi Alexandria RTL Poorly Written?

Discover the issues with the `ScanChar()` function in Delphi Alexandria RTL and learn how to optimize character comparison ...

1:36
Is the ScanChar() Function in Delphi Alexandria RTL Poorly Written?

0 views

8 months ago

vlogize
How to Get All Possible Combinations of Numbers to Reach a Given Sum

... possible combinations, you'll need to program through nested loops, testing every feasible combination of counts (A, B, C, D, E).

2:04
How to Get All Possible Combinations of Numbers to Reach a Given Sum

4 views

6 months ago