RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlTimSt.VarIsSQLTimeStamp Function

Indicates whether a specified Variant represents a TSQLTimeStamp value.

Pascal
function VarIsSQLTimeStamp(const aValue: Variant): Boolean; overload;
C++
Boolean VarIsSQLTimeStamp(const Variant aValue);

SqlTimSt

VarIsSQLTimeStamp returns true if the Variant aValue stores its value internally as a TSQLTimeStamp value. VarIsSQLTimeStamp returns false otherwise. 

 

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