Platforms to show: All Mac Windows Linux Cross-Platform

Back to DarwinGroupMBS class.

DarwinGroupMBS.GroupID as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Process MBS MacCF Plugin 3.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The group ID of the Group.
Example
dim g as new DarwinGroupMBS
g.LoadGroupByID g.CurrentGroupID
MsgBox "GroupID: "+str(G.GroupID)

(Read only property)

DarwinGroupMBS.Name as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Process MBS MacCF Plugin 3.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The name of the Group.
Example
dim g as new DarwinGroupMBS
g.LoadGroupByID g.CurrentGroupID
MsgBox "Name: "+g.Name

(Read only property)

DarwinGroupMBS.Password as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Process MBS MacCF Plugin 3.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The password for this group.

(Read only property)

DarwinGroupMBS.Ready as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Process MBS MacCF Plugin 3.2 ✅ Yes ❌ No ❌ No ✅ Yes All
whether the values in this class were filled correctly.

(Read only property)

DarwinGroupMBS.UserCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Process MBS MacCF Plugin 3.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The number of users in this group.
Example
dim g as new DarwinGroupMBS
g.LoadGroupByID g.CurrentGroupID
MsgBox "UserCount: "+str(G.UserCount)

(Read only property)

Some examples using this property:

The items on this page are in the following plugins: MBS MacCF Plugin.


The biggest plugin in space...