FireDAC.Stan.Param.TFDParam.AssignVarRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignVarRec(const AVarRec: TVarRec; AIndex: Integer = -1);

Properties

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

Description

Assigns the value of the specified element of an array of constants to the specified index of an array property of this FireDAC parameter object that matches the type of the specified element.

The following table shows what types of element match what array properties of TFDParam:

AVarRec.VType Value TFDParam Property

vtAnsiString
vtChar
vtPChar
vtString

AsAnsiStrings

vtBoolean

AsBooleans

vtCurrency

AsCurrencys

vtExtended

AsFloats

vtInt64

AsLargeInts

vtInteger

AsIntegers

vtPointer

AsIntegers (32 bits)
AsLargeInts (64 bits)

vtPWideChar
vtWideChar
vtWideString

AsWideStrings

vtUnicodeString

AsStrings

vtVariant

Values