 |
Delphi Basics : Length command
Description The Length function returns either the number of characters in SourceString, or the number of elements in SourceArray. It is often used to loop around all characters in a string or elements in an array. Notes Arrays start at index = 0 by defau
www.delphibasics.co.uk |
 |