API:Data.DB.TSQLTimeStampOffsetField.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetValue(var Value: TSQLTimeStampOffset): Boolean;

C++

HIDESBASE bool __fastcall GetValue(Data::Sqltimst::TSQLTimeStampOffset &Value);

Description

Fills Value with the TSQLTimeStamp value of this field, and returns True if the field contains a value or False if the field data is null.

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

Fills Value with the TSQLTimeStamp value of this field, and returns True if the field contains a value or False if the field data is null.

GetValue converts the raw data of the field into an instance of TSQLTimeStamp.

Other methods of TSQLTimeStampField call GetValue.

See Also