RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParam.AsSQLTimeStamp Property

Specifies the value of the parameter when it represents an SQL timestamp field.

Pascal
property AsSQLTimeStamp: TSQLTimeStamp;
C++
__property TSQLTimeStamp AsSQLTimeStamp;

Set AsSQLTimeStamp to assign the value for an SQL timestamp field to the parameter. Setting AsSQLTimeStamp sets the DataType property to ftTimeStamp. 

Read the AsSQLTimeStamp property to determine the value that was assigned to an output parameter, represented as an SQLTimeStamp record (Delphi) or structure (C++). The value of the parameter is converted to an SQLTimeStamp record or structure if possible. 

 

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