AnyDAC
ContentsIndexHome
PreviousUpNext
TADCustomManager.Connections Property

The application connection objects.

Group
Links

The Connections property gives access by index to the list of application connection objects.

property Connections [Index: Integer]: TADCustomConnection;
// perform some task for all application connection objects
for i := 0 to ADManager.ConnectionCount - 1 do
  ADManager.Connections[i].Ping;
What do you think about this topic? Send feedback!