TDataConnectionParameters Class
A list of TDataConnectionParameter.
Syntax
Unit: FlexCel.Core
TDataConnectionParameters = class(TFlexCelObject);
Methods
| Name |
Description |
| Add |
Adds a new parameter to the list.
|
| RemoveAt |
Removes a parameter from the list.
|
| Clear |
Removes all parameters from the list.
|
| Equals |
Returns true if object obj has the same data in the same order.
|
| GetHashCode |
Returns the hashcode of the object.
|
Properties
| Name |
Description |
| Count |
Count of available parameters.
|
| Item[const index] |
Gets or sets the parameter at position index (0 based).
|