FireDAC.Phys.IBBase.TFDIBSecurity.AGroupName

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

A person group name.

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

See Also