Data.DBXDelegate.TDBXDelegateParameterList.SetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCount(const Count: TInt32); override;

C++

virtual void __fastcall SetCount(const int Count);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateParameterList

Description

Sets the length of the list to the specified number of parameters.

Data.DBXDelegate.TDBXDelegateParameterList.SetCount inherits from Data.DBXCommon.TDBXParameterList.SetCount. All content below this line refers to Data.DBXCommon.TDBXParameterList.SetCount.

Sets the length of the list to the specified number of parameters.

Set the length of the list to the specifed number of parameters. If this grows the list, new items will be set to null. If this shrinks the list, items beyond the new length will be released by calling the Free method.