Data.DBXCommon.TPrincipal

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTPrincipal

Delphi

TPrincipal = class abstract

C++

class PASCALIMPLEMENTATION TPrincipal : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

Description

Represents the abstract notation of a principal.

The TPrincipal virtual abstract class represents the abstract notion of a principal, used to represent any entity, such as an individual, a corporation, or a login ID.

See Also