Table of Contents

IDataConnections.RemoveAt Method

Removes a connection from the list.

Syntax

Unit: FlexCel.Core

procedure IDataConnections.RemoveAt(const index: Integer); virtual; abstract;

Parameters

<-> Parameter Type Description
const index Integer Index where to remove the connection (0 based)

See also