AnyDAC
ContentsIndexHome
PreviousUpNext
TADIBSecurity.Users Property

The reference to the all users list.

Group
Links

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!