Chili.Opf3 Send comments on this topic.
Generic ObjectView Class Properties
See Also 
Chili.Opf3 Namespace : Generic ObjectView Class


For a list of all members of this type, see Generic ObjectView members.

Public Properties

 NameDescription
Public PropertyAllowEdit Gets whether you can update items in the list.  
Public PropertyAllowNew Gets whether you can add items to the list using AddNew .  
Public PropertyAllowRemove Gets whether you can remove items from the list, using Remove or RemoveAt.  
Public PropertyCount Gets the number of elements contained in the ObjectView.  
Public PropertyItem Gets the object at the specified index.  
Public PropertyObjectSet Specifies the ObjectSet connected with the ObjectView.  
Public PropertySort Specifies the string to sort the ObjectView.  
Top

See Also