This type represents a key-value list and it can be used for many purposes. For example, it can be used as a filter in the GetAttribute method of LDAPClient Data Type. It can also be used with the Queue data type.
Adds an attribute to be used as a filter.
Set( id, value )
Where:
id
Is a character
value
Is a character
Clears all the key-value pairs added.
Clear()
Returns the value of a given key.
Get(key)
Where
key
Is a character
E.g.: &value = &prop.get(&myKey)
Removes the specified key.
Remove(key)
Where
Key
Is a character
In order to read all the properties stored in a Properties variable, the Property Data Type must be used.
E.g.
for &property in &myProperties
msg( &property.Key)
msg( &property.Value)
endfor
where &Property is Property Data Type.
Objects: Procedures, Transactions, Web Panels
Languages: Java, .NET, Ruby
Interfaces: Web