Data.DB.TLargeintField.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: TLargeintField

Delphi

function GetValue(var Value: Largeint): Boolean;

C++

bool __fastcall GetValue(Largeint &Value);

Description

Gets the field's value.

GetValue returns True if the Value parameter was successfully populated with the field's value.

See Also