FireDAC.Phys.IBBase.TFDIBSecurity.AGroupID

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 AGroupID: Integer index ord(svGroupID) read GetInt write SetInt stored IsStored;

C++

__property int AGroupID = {read=GetInt, write=SetInt, stored=IsStored, index=6, nodefault};

Description

The group ID of a person.

Use the AGroupID property to specify an optional group ID of the person identified by AUserName.

See Also