Data.DB.TParam.SetAsBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TParam

Description

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

See Also