RAD Studio VCL Reference
ContentsIndex
TWriter Methods Public Methods
Public Methods
 
Name 
Description 
 
Treats unformatted data as if it were the value of a published property, and writes it directly to a memory stream. 
 
Defines data the writer object writes as if the data were a property. 
 
Synchronizes the writer's buffer with the associated stream by writing the current buffer. 
 
Writes Count bytes from Buf to the writer object's associated stream. 
 
Writes the Boolean value passed in Value to the writer object's stream. 
 
Writes the character passed in Value to the writer object's stream. 
 
Writes the collection of objects passed in Value to the writer object's stream. 
 
Writes the component specified by Component to a stream. 
 
Writes a currency value to the writer's stream. 
 
Writes a datetime value to the writer's stream. 
 
Triggers the writing of descendant components in inherited forms. 
 
Writes a value of type Double to the writer object’s stream. 
 
Writes the floating-point value passed in Value to the writer object's stream. 
 
Writes the identifier passed in Ident to the writer object's stream. 
 
This is the overview for the WriteInteger method overload. 
 
Writes a start-of-list marker to the writer object's associated stream. 
 
Writes an end-of-list marker to the writer object's associated stream. 
 
Calls the WriteDescendent method. 
 
Writes a filer signature to the writer object's associated stream. 
 
Writes a value of type Single (Delphi) or float (C++) to the writer's stream. 
 
Writes raw data to the writer object's stream. 
 
Writes tagged data to the writer object's stream. 
 
Writes a Variant value to the writer's stream. 
 
Writes the wide character passed in Value to the writer object's stream. 
 
WriteWideString writes a wide string to the writer's stream. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.