Data.DBXCommon.TDBXParameterList.SetCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXParameterList

Delphi

procedure   SetCount(const Count: TInt32); virtual;

C++

virtual void __fastcall SetCount(const Data::Dbxplatform::TInt32 Count);

Description

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.