D dwn.220.v.ua

tstringlist free pascal

type TStringList = class(TStrings) end;. public. destructor Destroy; overri...

📦 .zip⚖️ 18.2 MB📅 23 Nov 2025

type TStringList = class(TStrings) end;. public. destructor Destroy; override;. Destroys the stringlist. function Sort the stringlist using a custom sort algorithm.

⬇ Download Full Version

The TStringList (or its parent TStrings) is much like a fancy dynamic array...

📦 .zip⚖️ 77.5 MB📅 23 Feb 2026

The TStringList (or its parent TStrings) is much like a fancy dynamic array or Set of Strings (a set of strings is not possible in FPC). It will come in  ‎TStringList · ‎Simple example · ‎Expanded Example · ‎File Handling.

⬇ Download Full Version

English (en) │ suomi (fi) │. A TStringList is a datatype that can hold an a...

📦 .zip⚖️ 109.2 MB📅 12 Nov 2025

English (en) │ suomi (fi) │. A TStringList is a datatype that can hold an arbitrary length list of strings. The strings in a TStringList are accessible.

⬇ Download Full Version

program StrList; {$mode objfpc} uses Classes, SysUtils; var Str: TStringLis...

📦 .zip⚖️ 118.2 MB📅 13 Apr 2026

program StrList; {$mode objfpc} uses Classes, SysUtils; var Str: TStringList; begin Str:= dwn.220.v.ua; // Это необходимо при.

⬇ Download Full Version

Die TStringList (oder ihr Vorfahr TStrings) kann man am besten mit einem ve...

📦 .zip⚖️ 73.8 MB📅 29 Nov 2025

Die TStringList (oder ihr Vorfahr TStrings) kann man am besten mit einem verbesserten dynamischen Array vergleichen (ein Set of Strings ist  ‎TStringList · ‎Einfaches Beispiel · ‎Erweitertes Beispiel · ‎Dateibehandlung.

⬇ Download Full Version

Add contents of another stringlist to this list. procedure AddText(); virtu...

📦 .zip⚖️ 48.3 MB📅 26 Sep 2025

Add contents of another stringlist to this list. procedure AddText(); virtual;. Add text to the string list. procedure Assign(); override;. Assign the contents of another.

⬇ Download Full Version

Determines whether the stringlist owns it's objects or not. Declaratio...

📦 .zip⚖️ 24.3 MB📅 14 Sep 2025

Determines whether the stringlist owns it's objects or not. Declaration. Source position: dwn.220.v.ua line public property dwn.220.v.uajects: Boolean.

⬇ Download Full Version

Description. Sorted can be set to True in order to cause the list of string...

📦 .zip⚖️ 111.3 MB📅 26 Oct 2025

Description. Sorted can be set to True in order to cause the list of strings to be sorted. Further additions to the list will be inserted at the correct position so the list.

⬇ Download Full Version

dwn.220.v.ua Locates the index for a given string in sorted lists. Declarat...

📦 .zip⚖️ 63.7 MB📅 27 Mar 2026

dwn.220.v.ua Locates the index for a given string in sorted lists. Declaration. Source position: dwn.220.v.ua line public function dwn.220.v.ua const S.

⬇ Download Full Version

Description. Insert will insert the string S at position Index in the list....

📦 .zip⚖️ 23.3 MB📅 26 Feb 2026

Description. Insert will insert the string S at position Index in the list. If the list is sorted, an EStringListError exception will be raised instead. Index is a zero-based.

⬇ Download Full Version

dwn.220.v.ua Implements the dwn.220.v.ua function. Declaration. Source posi...

📦 .zip⚖️ 88.1 MB📅 06 Oct 2025

dwn.220.v.ua Implements the dwn.220.v.ua function. Declaration. Source position: dwn.220.v.ua line public procedure dwn.220.v.ua

⬇ Download Full Version

TStringList (o su padre TStrings) se parece mucho a una matriz dinámica o c...

📦 .zip⚖️ 76.5 MB📅 04 Feb 2026

TStringList (o su padre TStrings) se parece mucho a una matriz dinámica o conjunto de cadenas (un conjunto de cadenas no es posible en.

⬇ Download Full Version

Are there any routines or correct ways of converting between a TStringList ...

📦 .zip⚖️ 30.3 MB📅 10 Sep 2025

Are there any routines or correct ways of converting between a TStringList and an Array of String? At the moment I'm doing something similar to.

⬇ Download Full Version

Remark: Exchange will not check whether the list os sorted or not; if Excha...

📦 .zip⚖️ 42.2 MB📅 12 Mar 2026

Remark: Exchange will not check whether the list os sorted or not; if Exchange is called on a sorted list and the strings are not identical, the sort order of the list.

⬇ Download Full Version

dupIgnore, Duplicate values will not be added to the list, but no error wil...

📦 .zip⚖️ 79.7 MB📅 25 Oct 2025

dupIgnore, Duplicate values will not be added to the list, but no error will be triggered. dupError, If an attempt is made to add a duplicate value to the list.

⬇ Download Full Version