RAD Studio VCL Reference
|
Writes a currency value to the writer's stream.
procedure WriteCurrency(const Value: Currency);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|