StrLen ://返回一个以null为结束符的字符串的长度.
Returns number of characters in a string excluding the null terminator.
length:反回字符串长度.
sizeof://返回一个变量所占的内存空间数
The standard function SizeOf operates on all variables and type identifiers. It returns an integer representing the amount of memory (in bytes) required to store data of the specified type. For example, SizeOf(Longint) returns 4, since a Longint variable uses four bytes of memory.