SetBinaryValue method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall SetBinaryValue(Cardinal uLength);

Delphi Syntax

function SetBinaryValue(uLength: Cardinal): Integer;

Overview

Refer to Working with Data Sets.

Remarks

Sets the specified number of binary values from the BinaryValues property into the item specified by the CurrentElement property.

Before calling this method, set the BinaryValueCount property to the number of values you wish to set, and then fill the BinaryValues property with the desired values.

If uLength is greater than the BinaryValueCount property, an error is returned.

This method overwrites the values associated with the item specified by the CurrentElement property.

See Also

Elements:

SetCharValue method, SetShortValue method, SetLongValue method, SetFloatValue method, SetDoubleValue method, SetStringValue method, SetAgeValue method, SetDateValue method, SetTimeValue method, SetDateTimeValue method