Data.DBXCommon.TCertificate.GetType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetType: string; overload; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetType() = 0 /* overload */;

Description

Virtual abstract method to be implemented in child classes.

The GetType virtual abstract method is intended to be implemented in child classes to return the type of the certificate.

See Also