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);

Properties

Type Visibility Source Unit Parent
procedure public FireDAC.Stan.Param.pas 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