Data.DBXDelegate.TDBXDelegateWritableValue.SetInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInt8(const Value: ShortInt); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

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