Write

Declaration: TILabFStream.Write(AString: string);
The procedure Write stores the string AString at the current position of the stream. If the property Position is at the end of the stream the string will be appended, otherwise the string will overwrite existing bytes of the stream.