Data.DB.TSQLTimeStampOffsetField.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(var Value: TSQLTimeStampOffset): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TSQLTimeStampOffsetField

Description

Fills Value with the TSQLTimeStampOffset 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 TSQLTimeStampOffset.

Other methods of TSQLTimeStampOffsetField call GetValue.

See Also