FireDAC.Phys.IBWrapper.TIBVariable.SetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetData(ARowIndex: LongWord; ApData: Pointer; ALen: LongWord); overload;
procedure SetData(const AData; ALen: LongWord = 0); overload; inline;

C++

void __fastcall SetData(unsigned ARowIndex, void * ApData, unsigned ALen)/* overload */;
void __fastcall SetData(const void *AData, unsigned ALen = (unsigned)(0x0))/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBWrapper.pas
FireDAC.Phys.IBWrapper.hpp
FireDAC.Phys.IBWrapper TIBVariable

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!