Platforms to show: All Mac Windows Linux Cross-Platform

LCMS2DictionaryEntryMBS.DisplayName as LCMS2MLUMBS
property, LCMS2, MBS Real Studio LCMS2 Plugin (LCMS2), class LCMS2DictionaryEntryMBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.

Function: The display name multi language unicode string.
Notes: (Read only property)
LCMS2DictionaryEntryMBS.DisplayValue as LCMS2MLUMBS
property, LCMS2, MBS Real Studio LCMS2 Plugin (LCMS2), class LCMS2DictionaryEntryMBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.

Function: The display value multi language unicode string.
Notes: (Read only property)
LCMS2DictionaryEntryMBS.Handle as Integer
property, LCMS2, MBS Real Studio LCMS2 Plugin (LCMS2), class LCMS2DictionaryEntryMBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.

Function: The internal object reference.
Notes: (Read only property)
LCMS2DictionaryEntryMBS.Name as String
property, LCMS2, MBS Real Studio LCMS2 Plugin (LCMS2), class LCMS2DictionaryEntryMBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.

Function: The name string.
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
Notes: (Read only property)
LCMS2DictionaryEntryMBS.Parent as LCMS2DictionaryMBS
property, LCMS2, MBS Real Studio LCMS2 Plugin (LCMS2), class LCMS2DictionaryEntryMBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.

Function: The reference to the parent dictionary.
Notes: (Read only property)
LCMS2DictionaryEntryMBS.Value as String
property, LCMS2, MBS Real Studio LCMS2 Plugin (LCMS2), class LCMS2DictionaryEntryMBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.

Function: The value string.
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
Notes: (Read only property)

The items on this page are in the following plugins: MBS Real Studio LCMS2 Plugin.




Links
MBS Real Studio Plugins