Data.DBXDelegate.TDBXDelegateWritableValue.SetAsInt32

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetAsInt32(const Value: TInt32); override;

C++

virtual void __fastcall SetAsInt32(const Data::Dbxplatform::TInt32 Value);

Description

Sets the value as an integer representation.

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

Sets the value as an integer representation.

SetAsInt32 sets the value as an integer representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.

See Also