vcLayoutPropertyList

vcLayoutPropertyList is a layout item used to add and edit a list of properties for a layout.

Inherits: vcLayoutItem

Methods

Name Return Type Parameters Description
createProperty vcProperty Enumeration type, String name, [Enumeration constraints] Adds a new property of a given type and name to the layout item.

An optional constraints argument can be given to define constraints for the new property, which must be defined at the time of creation.

See Property Constants for more information.

deleteProperty None vcProperty property Deletes a given property from the item.
getProperty vcProperty String name Returns a property of the item that matches the given name; otherwise returns None.