Data.DBXCommonIndy.TX500PrincipalIndy.GetName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommonIndy.pas
Data.DBXCommonIndy.hpp
Unit: Data.DBXCommonIndy
Parent: TX500PrincipalIndy

Delphi

function GetName: string; override;

C++

virtual System::UnicodeString __fastcall GetName();

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