Excalibur Software PropertyList 3.0

AddEx

Function AddEx(lIndex As Long, sName As String, _
  [nType As ItemTypes = ExPropStringValue], _
  [sInitValue As String], [lBackColor], [lForeColor], _
  [IPic As StdPicture], [istdFont As StdFont]) _
  As Property

Description
Adds a Property object to the Properties collection, optionally inserting the item at a location other than at the end of the list.

Parameters:

Return Value
This method returns the Property object that was added to the Properties collection.