Data.DB.TParam.SetAsBytes
[–] 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.