FillWord

procedure FillWord(var X; Count: Integer; Value: Longword);

Description

An optimized analogue of FillChar for 16 bit values. Note that only the lower word of the Value parameter is used.

See Also

FillLongword