Multiple delimited values.

Multivalue properties accept BASIC+ delimited arrays, which can be delimited by field marks, value marks, sub-value marks, etc. When setting a Multivalue property, blank fields will leave the property's current field unchanged. For example, to change only the 3rd field in a 3 field Multivalue property, pass:@FM::@FM:'NewValue' or @FM:@FM:'NewValue'.

The structure of a Multivalue property is property-specific, so refer to each OLE control's reference manual for details.

  • No labels