[Overview][Constants][Procedures and functions] | Reference for unit 'pwumain' (#powtils_main) |
Source position: pwumain.pas line 143
procedure BufferOut( |
const Buff; |
BuffLength: LongWord |
); |
While the webwrite() function is designed to output text data, the BufferOut() will output binary data. You should set the content type before binary output by using the SetHeader function.
For an example, see SetHeader