PROPERTY / P

Returns the value of a specified property, optionally in a designated row and collection result set.

Return Value

Typeless

Syntax

One of the these:

PROPERTY( propertyName ) – Appears as P or PROPERTY in the Event Action Expression Editor

PROPERTY( row#, propertyName ) – Appears as P2 or PROPERTY2 in the Event Action Expression Editor

PROPERTY( collection, row#, propertyName ) – Appears as P3 or PROPERTY3 in the Event Action Expression Editor

where:

Usage

P / PROPERTY is used only with these framework events:

P2 / PROPERTY2 is used only with the IdoOnLoadCollection and IdoPostLoadCollection framework events.

P3 / PROPERTY3 is used with any event, but only after using a Load IDO Collection action.