Datasnap.DSAuth.TDSCustomRoleItem.GetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSCustomRoleItem

Delphi

function GetDisplayName: string; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName();

Description

Returns the name of the role item as it appears in the collection editor.

GetDisplayName is the protected read implementation of the System.Classes.TCollectionItem.DisplayName property. GetDisplayName returns the name of the role item as it appears in the collection editor.

The way a role item looks in the collection editor is illustrated below.

  ApplyTo: <applyto_list>, Exclude: <exclude_list>, Authorized: <authorized_list>, Denied: <denied_list>

See Also