Platforms to show: All Mac Windows Linux Cross-Platform

Back to LCMS2DictionaryMBS class.

LCMS2DictionaryMBS.AddEntry(Name as String, Value as String, DisplayName as LCMS2MLUMBS, DisplayValue as LCMS2MLUMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds data to a dictionary linked list object.

No check for duplicity is made. Dictionary and Name parameters a required, rest is optional and nil may be used.

Name, Value: Strings. Value may be empty.
DisplayName, Display Value: Multilocalized Unicode objects. May be nil.
Returns true on success.

LCMS2DictionaryMBS.Constructor(context as LCMS2ContextMBS = nil)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Allocates an empty dictionary linked list object.

LCMS2DictionaryMBS.EntryList as LCMS2DictionaryEntryMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns first element in linked list.
Example
// create new dictionary
dim d as new LCMS2DictionaryMBS(nil)
// add a value
call d.AddEntry "Hello", "World", nil, nil
// queries list of entries
dim e as LCMS2DictionaryEntryMBS = d.EntryList
// shows values
MsgBox e.Name+" "+e.Value

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


The biggest plugin in space...