| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Count the occurrences of a character
Source position: syshelph.inc line 83
| public function TStringHelper.CountChar( | 
| const C: Char | 
| ):Integer; | 
CountChar returns the number of occurrences of C in the string (Self).
| 
 | Find the position (index) of a string or character | |
| 
 | Find the position (index) of any string or character in a list. |