FireDAC.Stan.Param.TFDParam.ArraySize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ArraySize: Integer read GetArraySize write SetArraySize default 1;

Properties

Type Visibility Source Unit Parent
property published FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Represents the size of a TFDParam object.

The ArraySize property returns the number of elements in the TFDParam array-valued object. Set the value to the number of elements. For Array DML, use TFDParams.ArraySize.

See Also