Data.DB.TLongWordField.Value
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TLongWordField |
Delphi
property Value: Cardinal read GetAsLongWord write SetAsLongWord;
C++
__property unsigned Value = {read=GetAsLongWord, write=SetAsLongWord, nodefault};
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.