hiIgnoreProp
hiIgnoreProp(s_objTypet_propName) =>t / nil
Description
Does not display the specified property of a given object type in the Property List Editor form.
This function can be called multiple times on the same object type so that multiple properties can be ignored.
Arguments
Values Returned
|
The object type or property name is not valid. A warning is also issued. |
Examples
The properties privateProp and ignoreMe are not displayed when displaying the Property List Editor form for a database cellview.
hiIgnoreProp( 'cellView "privateProp" )
hiIgnoreProp( 'cellView "ignoreMe" )
hiEditPropList( cell )
Related Topics
Return to top