RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameters.Items Property

Contains the collection of parameters.

Pascal
property Items [Index: Integer]: TParameter;
C++
__property TParameter Items[int Index];

Items is a collection of TParameter objects. Each TParameter object in the collection represents an individual parameter. Use Items to access a particular parameter. 

Index indicates the specific parameter to access. Index identifies the parameter's position in the collection of parameters, in the range 0 to Count - 1. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!