FCMNoteEntry

Summary of Modifications

  • Added methods to keep parent collection in scope.

Functions

Init

fcmnoteentry.Init(self)

View source

[Internal]

Input Type Description
self FCMNoteEntry

RegisterParent

fcmnoteentry.RegisterParent(self, parent)

View source

[Fluid]

Registers the collection to which this object belongs.

Input Type Description
self FCMNoteEntry
parent FCNoteEntryCell

GetParent

fcmnoteentry.GetParent(self)

View source

Returns the collection to which this object belongs.

Input Type Description
self FCMNoteEntry
Return type Description
FCMNoteEntryCell | nil