For the following piece of code:
if join_first_prop then
if syllables.Count > 1 and length(syllables[0]) = 1 then
bla...bla...bla
where:
* join_first_prop is a boolean and
* syllables is a TStringList
the compiler highlights Count and throws the error: Incompatible types: got "Boolean" expected "LongInt". Please help.