TDataConnectionTextFields.RemoveAt Method
Removes a field from the list.
Syntax
Unit: FlexCel.Core
procedure TDataConnectionTextFields.RemoveAt(const index: Integer);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
index |
Integer |
Index where to remove the field (0 based) |
See also