Data.DB.TLongWordField.GetAsLongWord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsLongWord: LongWord; override;

C++

virtual unsigned __fastcall GetAsLongWord(void);

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