Field-Map Scripting

4.5.2.13 DelimitedText

DelimitedText property


Prototype:

property DelimitedText :string;

Description:

 DelimitedText returns string of the IntegerList with delimiters between integer.

Syntax:

variable := IntegerList.DelimitedText;


Part

Description


variable

A variable declared as a string


IntegerList

A reference to an instance of a TIntegerListWrapper

Return value:

a string with delimiters and content of the IntegerList



See also:

Free; Add; Clear; Assign; Delete; Count; IndexOf; SortAscending; SortDescending; SortAscendingAndRemoveDuplicates; Value; Delimiter; DelimitedText; AsVarArray