| Glossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link Back |
Delphi Programming RTL Reference|By Category|Alphabetically|By Unit
FillChar |
unit |
| System | |
| category | |
| Character manipulation routines |
| declaration |
| description |
Value can be type Byte or Char.
| example |
var S: array[0..79] of char;
// Set to all zeros
FillChar(S, SizeOf(S), Ord('0'));
|
| in real code |
| see also |
| Free Delphi code snippet inside every Delphi Newsletter! |
|
|
| Got some code to share? Got a question? Need some help? |
|
|

