TDataConnectionTextFields Class
Collection of fields in the Text connection.
Syntax
Unit: FlexCel.Core
TDataConnectionTextFields = class(TFlexCelObject);
Methods
| Name |
Description |
| Add |
Adds a new field to the list.
|
| RemoveAt |
Removes a field from the list.
|
| Clear |
Removes all fields 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 fields.
|
| Item[const index] |
Gets or sets the field at position index (0 based).
|