Data.DBXDelegate.TDBXDelegateWritableValue.SetInt8

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 SetInt8(const Value: ShortInt); override;

C++

virtual void __fastcall SetInt8(const System::Int8 Value);

Description

Sets the ShortInt value for TDBXWritableValues with a DataType of Int8Type.

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

Sets the ShortInt value for TDBXWritableValues with a DataType of Int8Type.

See Also