[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns a string consisting of all non-empty items of Elements separated by Sep. An item is considered empty if, once trimed, it is an empty string.
Source position: upasconf.pas line 896
function List( |
const Elements: array of string; |
Sep: Char = ' ' |
):string; |