FireDAC.Stan.Param.TFDParam.GetDataReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDataReader(ABuffer: PByte; AIndex: Integer = -1);

C++

void __fastcall GetDataReader(System::PByte ABuffer, 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

Returns a pointer to the value of the parameter, or a nil pointer if the value is not an object.

If the value is an array, use AIndex to specify the target element of the array.

See Also