Data.DB.TSQLTimeStampOffsetField.Value

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TSQLTimeStampOffsetField

Delphi

property Value: TSQLTimeStampOffset read GetAsSQLTimeStampOffset write SetAsSQLTimeStampOffset;

C++

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

Description

Specifies the value of the data in TSQLTimeStampOffsetField.

Use Value to read data directly from and write data directly to a TSQLTimeStampOffsetField component at run time. TSQLTimeStampOffsetField components store and manipulate their data as TSQLTimeStampOffset values. Thus, for SQL timestamp offset fields, the Value property is the same as the AsSQLTimeStampOffset property.

See Also