RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.WriteDate Method

Writes a datetime value to the writer's stream.

Pascal
procedure WriteDate(const Value: TDateTime);
C++
__fastcall WriteDate(const TDateTime Value);

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

WriteDate first writes a type identifier before writing the TDateTime value. 

 

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