RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParameterList.SetCount Method

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

Pascal
procedure SetCount(const Count: TInt32); virtual;
C++
virtual __fastcall SetCount(const TInt32 Count);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!