Data.DBXCommon.TPrincipal.GetName
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TPrincipal |
Delphi
function GetName: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetName() = 0 ;
Description
Virtual abstract method to be implemented in child classes.
The GetName virtual abstract method is intended to be implemented in child classes to return the name of the principal.