Data.DB.TWideMemoField.GetAsInteger
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TWideMemoField |
Delphi
function GetAsInteger: Integer; override;
C++
virtual int __fastcall GetAsInteger();
Description
Returns the value of the field as an Integer.
Data.DB.TWideMemoField.GetAsInteger inherits from Data.DB.TField.GetAsInteger. All content below this line refers to Data.DB.TField.GetAsInteger.
Returns the value of the field as an Integer.
Descendants of TField that represent Integer fields override the GetAsInteger method to return the value of the field as an Integer.
Trying to call the GetAsInteger method raises an exception.