FireDAC.Stan.Param.TFDParams.ArraySize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ArraySize: Integer read GetArraySize write SetArraySize;

C++

__property int ArraySize = {read=GetArraySize, write=SetArraySize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParams

Description

Represents the array size of all TFDParam objects in the collection.

The ArraySize property returns the size of all TFDParam objects in the collection. This property is used when all parameters are array-valued and have the same array size. At first, this property is useful for Array DML operations.