FireDAC.Stan.Param.TFDParam.SetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetData(ABuffer: PByte; ALen: LongWord = $FFFFFFFF; AIndex: Integer = -1);

C++

void __fastcall SetData(System::PByte ABuffer, System::LongWord ALen = (unsigned)(0xffffffff), int AIndex = 0xffffffff);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam

Description

Copies a new value for the parameter in the physical database format from ABuffer.

Use the SetData method to set the value of a parameter from a buffer that contains data in the physical database format. Use AIndex parameter to specify the value index of an array-valued parameter.

See Also