Data.DB.TParam.SetAsBytes

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: TParam

Delphi

procedure SetAsBytes(const Value: TArray<Byte>);

C++

void __fastcall SetAsBytes(const System::DynamicArray<System::Byte> Value);

Description

The protected method that sets the value of the field parameter with the given TBytes.

See Also