Data.DBXCommonIndy.TX500PrincipalIndy.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName: string; override;

C++

virtual System::UnicodeString __fastcall GetName();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonIndy.pas
Data.DBXCommonIndy.hpp
Data.DBXCommonIndy TX500PrincipalIndy

Description

Returns the string representation of the name object.

The GetName method returns the string representation of the TIdX509Name instances passed into the constructor of this TX500PrincipalIndy instance.

See Also