Data.DB.TLongWordField.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Cardinal read GetAsLongWord write SetAsLongWord;

C++

__property unsigned Value = {read=GetAsLongWord, write=SetAsLongWord, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TLongWordField

Description

Represents the value of the long word field.

Use Value to read data directly from and write data directly to a long word field. Use Value when you know that the field component is a 32-bit positive integer field.

See Also