FireDAC.Phys.IBBase.TFDIBSecurity.AGroupName

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 AGroupName: String index ord(svGroupName) read GetStr write SetStr stored IsStored;

C++

__property System::UnicodeString AGroupName = {read=GetStr, write=SetStr, stored=IsStored, index=7};

Description

A person group name.

Use the AGroupName property to specify an optional group name of the person identified by AUserName.

See Also