Data.DBXDelegate.TDBXDelegateParameterList.SetCount

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetCount(const Count: TInt32); override;

C++

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

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.