SetViewProperty

From Planimate Knowledge Base
Revision as of 16:30, 25 January 2010 by Craig.Chandler (talk | contribs) (Created page with 'Sets a property of a view of a table on a given panel SetViewProperty($1,$2,$3,$4,$5) '''$1 = Table''' *Specified as a table reference ie. t.table_name. If the table view i…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets a property of a view of a table on a given panel

SetViewProperty($1,$2,$3,$4,$5)

$1 = Table

  • Specified as a table reference ie. t.table_name. If the table view is of a table that is out of scope, this operation can still be performed if the target table is placed on an Item table reference and the item table is then used here.

$2 = Panel

  • Model object reference of the panel that the view appears on.

$3 = Property

$4 = Value

  • Value to set the property to.

$5 = View Type