Data.DB.TSQLTimeStampField.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: TSQLTimeStamp read GetAsSQLTimeStamp write SetAsSQLTimeStamp;

C++

__property Data::Sqltimst::TSQLTimeStamp Value = {read=GetAsSQLTimeStamp, write=SetAsSQLTimeStamp};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TSQLTimeStampField

Description

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

Use Value to read data directly from and write data directly to an 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.

See Also