FireDAC.Phys.IBBase.TFDIBSecurity.AUserID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AUserID: Integer index ord(svUserID) read GetInt write SetInt stored IsStored;

C++

__property int AUserID = {read=GetInt, write=SetInt, stored=IsStored, index=5, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity

Description

The ID of a person.

Use the AUserID property to specify an optional user ID for the person identified by AUserName.

See Also