FireDAC.Phys.IBBase.TFDIBSecurity.AUserID

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBSecurity

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};

Description

The ID of a person.

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

See Also