RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.AsSQLTimeStamp Property

Represents the field's value as a TSQLTimeStamp.

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

Use AsSQLTimeStamp to read the value of the field's data into a TSQLTimeStamp record (Delphi) or structure (C++), or to assign a TSQLTimeStamp value to the contents of the field. TField does not support TSQLTimeStamp values, and raises an exception when an attempt is made to get or set the AsSQLTimeStamp property. 

Descendants of TField that represent SQL timestamp fields or that support conversions between the field's Value property and TSQLTimeStamp, override AsSQLTimeStamp to read and write the value of the field as a TSQLTimeStamp record (Delphi) or structure (C++). 

 

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