RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter Methods

The methods of the TWriter class are listed here.

 
Name 
Description 
 
This is FindMethodName, a member of class TWriter. 
 
This is SetRoot, a member of class TWriter. 
 
This is WriteBinary, a member of class TWriter. 
 
This is WritePrefix, a member of class TWriter. 
 
This is WriteProperties, a member of class TWriter. 
 
This is WriteProperty, a member of class TWriter. 
 
This is WritePropName, a member of class TWriter. 
 
This is WriteValue, a member of class TWriter. 
 
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. 
 
This is WriteUTF8Str, a member of class TWriter. 
 
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!