Data.DBXDelegate.TDBXDelegateWritableValue.SetInt16

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Unit: Data.DBXDelegate
Parent: TDBXDelegateWritableValue

Delphi

procedure SetInt16(const Value: SmallInt); override;

C++

virtual void __fastcall SetInt16(const short Value);

Description

Sets the the smallInt value for 16-bit integer data types.

Data.DBXDelegate.TDBXDelegateWritableValue.SetInt16 inherits from Data.DBXCommon.TDBXWritableValue.SetInt16. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetInt16.

Sets the the smallInt value for 16-bit integer data types.

Sets the the smallInt value for TDBXValue instances with a data type of Int16Type.