FireDAC.Stan.Param.TFDParams Properties
InheritedProtected
| ArraySize | public | Represents the array size of all TFDParam objects in the collection. |
| BindMode | public | Specifies how the parameters are bound to the SQL command. |
| Capacity | public | Provides access to the internal TList.Capacity property. |
| Count | public | Returns the number of items in the collection. |
| DataSet | protected | |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| IsRefCounted | public | Indicates if there are references to a TFDParams object. |
| ItemClass | public | Indicates the class to which the collection's items belong. |
| Items | public | Provides access to individual items in the TFDParam component. |
| Markers | public | Markers of the parameters. |
| NextID | protected | Specifies a unique ID that can be assigned to the next added collection item. |
| ParamValues | public | Returns the values of parameters that are specified by the names. |
| 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. |