RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.WriteListEnd Method

Writes an end-of-list marker to the writer object's associated stream.

Pascal
procedure WriteListEnd;
C++
__fastcall WriteListEnd();

WriteListEnd is used by other methods that iterate through a group of items that are sequentially written to the stream during a single process.  

A call to WriteListEnd is generally preceded by a writing loop. A call to WriteListEnd must correspond to a preceding call to WriteListBegin

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!