Data.Win.ADODB._Parameter.AppendChunk

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: procedure
Visibility: public
Source: Winapi.ADOInt.pas
Unit: Data.Win.ADODB
Parent: _Parameter

Delphi

procedure AppendChunk(Val: OleVariant); safecall;

Description

Appends data to a parameter object.

The first call to AppendChunk overwrites any existing data. Subsequent calls append data to the existing parameter data.

Set paLong into the Attributes property in order to use AppendChunk.

See Also