Data.Win.ADODB.TParameters Properties
InheritedProtected
| Capacity | public | Provides access to the internal TList.Capacity property. |
| Command | public | Indicates the associated ADO command object. |
| Count | public | Returns the number of items in the collection. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ItemClass | public | Indicates the class to which the collection's items belong. |
| Items | public | Contains the collection of parameters. |
| Modified | protected | |
| NextID | protected | Specifies a unique ID that can be assigned to the next added collection item. |
| ParameterCollection | public | Encapsulates the ADO Parameters Collection object. |
| ParamValues | public | Retrieves the value of one or more parameters. |
| PropName | protected | Specifies the name of the property that the collection implements. |
| UpdateCount | protected | Counts the number of times BeginUpdate was called without a corresponding call to EndUpdate. |