Data.DB.TWideMemoField.SetAsInteger

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TWideMemoField

Delphi

procedure SetAsInteger(Value: Integer); override;

C++

virtual void __fastcall SetAsInteger(int Value);

Description

Sets the value of the field with the given Integer value.

Data.DB.TWideMemoField.SetAsInteger inherits from Data.DB.TField.SetAsInteger. All content below this line refers to Data.DB.TField.SetAsInteger.

Sets the value of the field with the given Integer value.

Descendants of TField that represent Integer fields override the SetAsInteger method to set the value of the field with the given Integer Value.

Trying to call the SetAsInteger method raises an exception.

See Also