Data.DB.TLongWordField.GetAsLongWord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsLongWord: Cardinal; override;

C++

virtual unsigned __fastcall GetAsLongWord();

Properties

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

Description

Returns the value of the field as a LongWord.

The GetAsLongWord method is used to return the value of the field as a LongWord.

See Also