FireDAC.Comp.Script.TFDScriptOptions.ParamArraySize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParamArraySize: Integer read FParamArraySize write FParamArraySize default 1;

C++

__property int ParamArraySize = {read=FParamArraySize, write=FParamArraySize, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

Description

Specifies the Array DML size.

Set the ParamArraySize to the Array DML size.

See Also