lmGetValue
lmGetValue(
t_propertyName
)
Description
Returns the value of a specified view property in the current referenced view.
If the specified property does not exist, nil is returned. The returned value can be an integer, a floating-point number, a Boolean value, or a string.
Use lmGetValue only in expressions in lmDefViewProp, lmDefTermProp, or lmCheckView to remove any ambiguity about the referenced cellview.
Arguments
Return to top