Discuss this help topic in SecureBlackbox Forum

TElBoxGroupMember Constructor

TElBoxGroupMember     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates a new instance of TElBoxGroupMember.

Declaration

[C#]
    TElBoxGroupMember(TElBoxGroup AOwner);

[VB.NET]
    Sub New(ByVal AOwner As TElBoxGroup)

[Pascal]
    constructor Create(AOwner: TElBoxGroup);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElBoxGroupMember(TElBoxGroup AOwner);
    public TElBoxGroupMember();

Parameters

  • AOwner - object containing full user info about this member.

Description

    Use this method to create a new instance of TElBoxGroupMember.

Discuss this help topic in SecureBlackbox Forum