Platforms to show: All Mac Windows Linux Cross-Platform

Back to QCCompositionMBS class.

QCCompositionMBS.Description as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The description for the composition.

(Read only property)

QCCompositionMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The internal object reference.

(Read and Write property)

QCCompositionMBS.identifier as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The identifier for the composition.
Example
dim r as QCCompositionRepositoryMBS = QCCompositionRepositoryMBS.sharedCompositionRepository
dim a() As QCCompositionMBS = r.allCompositions
MsgBox a(0).identifier

The unique identifier for the composition if it comes from the composition repository; "" otherwise.
(Read only property)

QCCompositionMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The name for the composition.
Example
dim c as QCCompositionMBS = QCCompositionMBS.compositionWithFile("/System/Library/Compositions/Rollercoaster.qtz")
MsgBox c.name

(Read only property)

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


The biggest plugin in space...