|
AnyDAC
|
The reference to the all users list.
Use the Users property to read the all existing user list. The property is filled after the call to DisplayUsers method.
property Users: TADDatSTable;
ADIBSecurity.DisplayUsers;
ADMemTable1.AttachTable(ADIBSecurity.Users, nil);
ADMemTable1.Open;|
What do you think about this topic? Send feedback!
|