TOC PREV NEXT INDEX

$get_obj_att

Synopsis

$get_obj_att attribute [object]

Description

$get_obj_att prints the setting of attribute in object .

Examples

OM(SingleWindowApp) -> int+read x;
OM(SingleWindowApp) -> $get_obj_att read x
attribute: read has state: 1
OM(SingleWindowApp) -> $get_obj_att write x
attribute: write has state: 0


TOC PREV NEXT INDEX