This view allows you to edit and define properties on the current object.
boolean
date
DateTime
value, for example 12/31/1999 15:42:52 PST
.float
12.4
. int
12
. lines
, ulines
long
12232322322323232323423
. string
, ustring
This is a string
. text
, utext
tokens
, utokens
one two three
. selection
multiple selection
Some of these textual properties come in two forms. The 'u'-prefixed form stores Unicode text. The form without the prefix stores a python plain string object, which is commonly assumed to contain latin-1 text.
Existing properties can be edited by selecting them.
[Checkbox]
Property
Save Changes
Delete
Id
Type
Value
**Note: When creating selection
and multiple selection
properties, specify the name of another property (or method)
as the Value
. This property (or method) should return a
list of strings will be used to provide choices for the
selection.**
Add