RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.WriteListBegin Method

Writes a start-of-list marker to the writer object's associated stream.

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

WriteListBegin is used by other methods that iterate through a group of items about to be written to the stream. WriteListBegin writes a start-of-list marker to the writer object's associated stream. Every call to WriteListBegin must have a corresponding call to WriteListEnd

 

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