|
AnyDAC
|
The application connection objects.
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!
|