Data.DB.TField.SetAsBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual 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 TField

Description

Sets the value of the field with the given unformatted data passed in as TBytes.

Descendants of TField that represent TBytes fields override the SetAsBytes method to set the value of the field with the given unformatted data passed in as a TBytes Value.

See Also