|
AnyDAC
|
Fills the list by existing connection definition names.
|
Parameters |
Description |
|
AList: TStrings |
A list to fill. |
The GetConnectionDefNames method fills an AList list by the names of connection definitions in the ConnectionDefs list. A list will be sorted alphabetically.
procedure GetConnectionDefNames(AList: TStrings);
IADStanDefinition.Name
ADManager.GetConnectionDefNames(ListBox1.Items);
See AnyDAC\Samples\Comp Layer\TADConnection\ConnectionDefs sample.
|
What do you think about this topic? Send feedback!
|