Discuss this help topic in SecureBlackbox Forum

TElBoxGroupMembers Constructor

TElBoxGroupMembers     


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


Creates a new instance of TElBoxGroupMembers.

Declaration

[C#]
    TElBoxGroupMembers(TElBoxGroup AOwner);

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

[Pascal]
    constructor Create(AOwner: TElBoxGroup);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AOwner - Box group which membership information will be stored by the new object.

Description

    Use this method to create a new instance of TElBoxGroupMembers.

Discuss this help topic in SecureBlackbox Forum