API:Data.DB.TSQLTimeStampOffsetField.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: TSQLTimeStampOffset read GetAsSQLTimeStampOffset write SetAsSQLTimeStampOffset;

C++

__property Data::Sqltimst::TSQLTimeStampOffset Value = {read=GetAsSQLTimeStampOffset, write=SetAsSQLTimeStampOffset};

Properties

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

Description

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

Data.DB.TSQLTimeStampOffsetField.Value inherits from Data.DB.TSQLTimeStampField.Value. All content below this line refers to Data.DB.TSQLTimeStampField.Value.

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