FireDAC.Phys.IBBase.TFDIBSecurity.Users
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
Unit: FireDAC.Phys.IBBase | |
Parent: TFDIBSecurity |
Delphi
property Users: TFDDatSTable read FUsers;
C++
__property Firedac::Dats::TFDDatSTable* Users = {read=FUsers};
Description
The reference to the list of all users.
Use the Users property to read the list of all existing users. The property is filled after calling the DisplayUsers method.
Example
FDIBSecurity.DisplayUsers; FDMemTable1.AttachTable(FDIBSecurity.Users, nil); FDMemTable1.Open;