Language:
Русский
English
FillChar (procedure)
Fills a specified number (Count) of contiguous bytes with a specified value (can be type Byte or Char).
Declaration
procedure FillChar(var X; Count: Word; value);
Target
Windows, Real, Protected
Remarks
This function does not perform any range-checking.