Previous: FileSize function To the Table of Content Next: Flush procedure

- 4.62.2.30 -
Standard Units
System Unit
System Unit Procedures and Functions

FillChar procedure

Targets: MS-DOS, OS/2, Win32


System Unit

Fills a specified number (Count) of contiguous bytes with a specified value (can be type Byte or Char).

Declaration:
procedure FillChar(var X; Count: Longint; Ch: Char);
Remarks:
FillChar does not perform range checking and stores Ch as contiguous bytes starting from X for Count length. If used on strings types, set the length byte after calling FillChar.
Note that Count is not limited to 65,535 (64K) bytes.


Previous: FileSize function To the Table of Content Next: Flush procedure
FileSize function Table of Content Flush procedure

- 4.62.2.30 -