RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.WriteCurrency Method

Writes a currency value to the writer's stream.

Pascal
procedure WriteCurrency(const Value: Currency);
C++
__fastcall WriteCurrency(const Currency Value);

WriteCurrency is used internally by the component streaming system to write component properties to a stream. Use WriteCurrency for writing component properties of type Currency to streams. 

WriteCurrency first writes a type identifier before writing the currency value. 

 

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