Data.DB.TWideStringField.GetAsBytes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TWideStringField

Delphi

function GetAsBytes: TArray<Byte>; override;

C++

virtual System::DynamicArray<System::Byte> __fastcall GetAsBytes();

Description


Returns the value of the field as TBytes.

Data.DB.TWideStringField.GetAsBytes inherits from Data.DB.TField.GetAsBytes. All content below this line refers to Data.DB.TField.GetAsBytes.

Returns the value of the field as TBytes.

Descendants of TField that represent TBytes fields override the GetAsBytes method to return the value of the field as TBytes.

See Also