RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLTimeStampField.Value Property

Represents the value of the data in the SQL timestamp field.

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

Use Value to read data directly from and write data directly to a SQL timestamp field component at runtime. TSQLTimeStampField components store and manipulate their data as TSQLTimeStamp values. Thus, for SQL timestamp fields, the Value property is the same as the AsSQLTimeStamp property. 

 

AsSQLTimeStamp

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