I need to know if all characters in a string are equal (formed by the same character). the function must return true or false depending if all the elements of the string ar
Get the string length, use GetMem to allocate memory the size of the string. FillChar the memory with the desired char. Then use CompareMem to compare the string and the memory