Datasnap.DSAuth.TDSCustomRoleItem.GetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisplayName: string; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomRoleItem

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