<customactions>
    <actionspanel>
	<ifedition edition="pro">
        	<folder name="Data Components" id="Data Components" index="true" tiptext="Flash Data Components" helpid="" version="6">
            <folder name="Binding" id="[mx.data.binding.Binding]" index="true" tiptext="An object that transfers data between 2 components" helpid="1564" version="6">
                <folder name="Methods" id="Methods" tiptext="Binding methods" version="6">
                    <string name="Binding" tiptext="Create a binding between 2 components" helpid="1589" text="new Binding(% source:Object, dest:Object, format:Object, is2way:Boolean %)" object="[mx.data.binding.Binding]" version="6"/>
                    <string name="execute" tiptext="Perform a tranfer of data from source to destination" helpid="1565" text=".execute(% reverse:Boolean %)" object="[mx.data.binding.Binding]" version="6"/>
                </folder>
            </folder>
            <folder name="ComponentMixins" id="[mx.data.binding.ComponentMixins]" index="true" tiptext="Methods and properties that are available on any data-bound component" helpid="1560" version="6">
                <folder name="Methods" id="Methods" tiptext="ComponentMixins methods" version="6">
                    <string name="getField" tiptext="Get an object that gives access to a data field" helpid="1574" text=".getField(% property:String, location:Object %)" object="[mx.data.binding.ComponentMixins]" version="6"/>
                    <string name="initComponent" tiptext="Add all the ComponentMixin functions to a component" helpid="1573" codehint="false" text="mx.data.binding.ComponentMixins.initComponent(% component %)" object="[mx.data.binding.ComponentMixins]" version="6"/>
                    <string name="refreshDestinations" tiptext="Execute all bindings that have this component as the source" helpid="1562" text=".refreshDestinations(% %)" object="[mx.data.binding.ComponentMixins]" version="6"/>
                    <string name="refreshFromSources" tiptext="Execute all bindings that have this component as the destination" helpid="1561" text=".refreshFromSources(% %)" object="[mx.data.binding.ComponentMixins]" version="6"/>
                    <string name="validateProperty" tiptext="Examine a selected property to see if has valid data" helpid="1563" text=".validateProperty(% property:String, initialMessages:Array %)" object="[mx.data.binding.ComponentMixins]" version="6"/>
                </folder>
            </folder>
            <folder name="DataType" id="[mx.data.binding.DataType]" index="true" tiptext="Provides get/set access to a field of a component property" helpid="1591" version="6">
                <folder name="Properties" id="Properties" tiptext="DataType properties" version="6">
                    <string name="encoder" tiptext="The encoder object for this field" helpid="1583" text=".encoder" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="formatter" tiptext="The formatter object for this field" helpid="1582" text=".formatter" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="kind" tiptext="The kind object for this field" helpid="1581" text=".kind" object="[mx.data.binding.DataType]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="DataType methods" version="6">
                    <string name="getAnyTypedValue" tiptext="Retrieves the current value of the data, given a list of suggested types." helpid="1592" text=".getAnyTypedValue(% suggestedTypes:Array %)" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="getAsBoolean" tiptext="Gets the current value, as a Boolean" helpid="1575" text=".getAsBoolean(% %)" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="getAsNumber" tiptext="Gets the current value, as a Number" helpid="1576" text=".getAsNumber(% %)" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="getAsString" tiptext="Gets the current value, as a String" helpid="1577" text=".getAsString(% %)" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="getTypedValue" tiptext="Get the value of this field, as a specified DataType" helpid="1584" text=".getTypedValue(% requestedType:String %)" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="setAnyTypedValue" tiptext="Sets the data to a new value, tries more type conversions if necessary." helpid="1593" text=".setAnyTypedValue(% newValue:mx.data.binding.TypedValue %)" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="setAsBoolean" tiptext="Sets the current value, from a Boolean" helpid="1578" text=".setAsBoolean(% newValue:Boolean %)" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="setAsNumber" tiptext="Sets the current value, from a Number" helpid="1579" text=".setAsNumber(% newValue:Number %)" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="setAsString" tiptext="Sets the current value, from a String" helpid="1580" text=".setAsString(% newValue:String %)" object="[mx.data.binding.DataType]" version="6"/>
                    <string name="setTypedValue" tiptext="Set the value of this field" helpid="1585" text=".setTypedValue(% newValue:mx.data.binding.TypedValue %)" object="[mx.data.binding.DataType]" version="6"/>
                </folder>
            </folder>
            <folder name="EndPoint" id="[mx.data.binding.EndPoint]" index="true" tiptext="A description of one EndPoint of a Binding" helpid="1566" version="6">
                <folder name="Properties" id="Properties" tiptext="EndPoint properties" version="6">
                    <string name="component" tiptext="The component or object containing the data" helpid="1568" text=".component" object="[mx.data.binding.EndPoint]" version="6"/>
                    <string name="constant" tiptext="A constant data value (for source EndPoints only)" helpid="1567" text=".constant" object="[mx.data.binding.EndPoint]" version="6"/>
                    <string name="event" tiptext="The name of an event that the component emits when the data changes" helpid="1571" text=".event" object="[mx.data.binding.EndPoint]" version="6"/>
                    <string name="location" tiptext="A path into the property that identifies a nested data field" helpid="1570" text=".location" object="[mx.data.binding.EndPoint]" version="6"/>
                    <string name="property" tiptext="Which property of the component holds the data" helpid="1569" text=".property" object="[mx.data.binding.EndPoint]" version="6"/>
                </folder>
            </folder>
            <folder name="TypedValue" id="[mx.data.binding.TypedValue]" index="true" tiptext="a data value together with type information" helpid="1590" version="6">
                <folder name="Properties" id="Properties" tiptext="TypedValue properties" version="6">
                    <string name="typeName" tiptext="the name of the DataType of the data value" helpid="1587" text=".typeName" object="[mx.data.binding.TypedValue]" version="6"/>
                    <string name="value" tiptext="the data value of this object" helpid="1586" text=".value" object="[mx.data.binding.TypedValue]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="TypedValue methods" version="6">
                    <string name="TypedValue" tiptext="constructor for the TypedValue class" helpid="1588" text="new TypedValue(% value, typeName:String, type %)" object="[mx.data.binding.TypedValue]" version="6"/>
                </folder>
            </folder>
            <folder name="DataHolder" id="[mx.data.components.DataHolder]" index="true" tiptext="A component that holds any data you want" helpid="1558" version="6">
                <folder name="Properties" id="Properties" tiptext="DataHolder properties" version="6">
                    <string name="data" tiptext="The data contained in this component" helpid="1559" text=".data" object="[mx.data.components.DataHolder]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="DataHolder methods" version="6">
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.data.components.DataHolder]" version="6"/>
                </folder>
            </folder>
            <folder name="DataSet" id="[mx.data.components.DataSet]" index="true" tiptext="Manages collection of transfer objects" helpid="1507" version="6">
                <folder name="Properties" id="Properties" tiptext="DataSet properties" version="6">
                    <string name="currentItem" tiptext="Gets the current transfer object" helpid="1508" text=".currentItem" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="dataProvider" tiptext="Returns the DataProvider API" helpid="1510" text=".dataProvider" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="deltaPacket" tiptext="Returns or assigns changes" helpid="1509" text=".deltaPacket" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="filterFunc" tiptext="Method used for filtering items" helpid="1512" text=".filterFunc" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="filtered" tiptext="Indicates if items are filtered" helpid="1511" text=".filtered" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="itemClassName" tiptext="Object to create when assigning items" helpid="1514" text=".itemClassName" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="items" tiptext="Items of the collection" helpid="1513" text=".items" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="length" tiptext="Currently viewable length of items in collection" helpid="1515" text=".length" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="logChanges" tiptext="Indicates if mutations on the collection are recorded" helpid="1516" text=".logChanges" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="properties" tiptext="List of schema specified" helpid="1517" text=".properties" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="readOnly" tiptext="Indicates if the collection can be modified" helpid="1518" text=".readOnly" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="schema" tiptext="Returns or assigns schema in XML format" helpid="1519" text=".schema" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="selectedIndex" tiptext="contains the current transfer object's index within the DataSet" helpid="1520" text=".selectedIndex" object="[mx.data.components.DataSet]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="DataSet methods" version="6">
                    <string name="addEventListener" tiptext="Adds a listener for the specified event" helpid="3958" text=".addEventListener(% name:String, handler %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="addItem" tiptext="Adds the specified item to the collection" helpid="1523" text=".addItem(% transferObj:Object %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="addItemAt" tiptext="Adds the specified item to the collection" helpid="1524" text=".addItemAt(% index:Number, transferObj:Object %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="addSort" tiptext="Sorts the items in the collection" helpid="1522" text=".addSort(% name:String, propList:Array, options:Number %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="applyUpdates" tiptext="Notifies listeners DeltaPacket is ready" helpid="1525" text=".applyUpdates(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="changesPending" tiptext="Indicates if there are items in the DeltaPacket" helpid="1541" text=".changesPending(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="clear" tiptext="Clears the current viewable items from the collection" helpid="1526" text=".clear(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="createItem" tiptext="Returns a newly initialized item" helpid="1527" text=".createItem(% itemData:Object %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="disableEvents" tiptext="Stops listeners from receiving DataSet events" helpid="1528" text=".disableEvents(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="enableEvents" tiptext="Allows listeners to receive DataSet events" helpid="1529" text=".enableEvents(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="find" tiptext="Locates the specified transfer object within the current iterator" helpid="1530" text=".find(% values:Array %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="findFirst" tiptext="Locates the first occurance of the specified transfer object within the current iterator" helpid="1531" text=".findFirst(% values:Array %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="findLast" tiptext="Locates the last occurance of the specified transfer object within the current iterator" helpid="1532" text=".findLast(% values:Array %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="first" tiptext="Moves to the first item in collection" helpid="1533" text=".first(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="getItemId" tiptext="Returns the unique id for the specified item." helpid="1534" text=".getItemId(% index:Number %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="getIterator" tiptext="Returns a clone of the current iterator" helpid="1535" text=".getIterator(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="getLength" tiptext="Currently viewable length of items in collection" helpid="1536" text=".getLength(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="hasNext" tiptext="Indicates if iterator is at the end of the collection" helpid="1537" text=".hasNext(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="hasPrevious" tiptext="Indciates if iterator at the begining of the collection" helpid="1538" text=".hasPrevious(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="hasSort" tiptext="Indicates if the sort exists" helpid="1539" text=".hasSort(% name:String %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="isEmpty" tiptext="Indicates if there are items in the collection" helpid="1540" text=".isEmpty(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="last" tiptext="Moves to the last item in the collection" helpid="1543" text=".last(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="loadFromSharedObj" tiptext="Retrieves the internal state of the DataSet from a shared object" helpid="1544" text=".loadFromSharedObj(% objName:String, localPath:String %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="locateById" tiptext="moves the current iterator to the item with the specified id" helpid="1542" text=".locateById(% id:String %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="next" tiptext="Moves to the next item in the collection" helpid="1545" text=".next(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="previous" tiptext="Moves to the previous item in the collection" helpid="1546" text=".previous(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="removeAll" tiptext="Remove all items from the DataSet regardless of current iterator settings" helpid="1547" text=".removeAll(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="removeEventListener" tiptext="Removes the specified event listener" helpid="1548" text=".removeEventListener(% name:String, handler %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="removeItem" tiptext="Removes the specified item" helpid="1549" text=".removeItem(% item:Object %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="1550" text=".removeItemAt(% index:Number %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="removeRange" tiptext="Removes the current iterator range" helpid="1551" text=".removeRange(% %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="removeSort" tiptext="Removes the specified sort from the DataSet" helpid="1552" text=".removeSort(% name:String %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="saveToSharedObj" tiptext="Saves the internal state of the DataSet to a shared object" helpid="1554" text=".saveToSharedObj(% objName:String, localPath:String %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="setIterator" tiptext="Sets the current iterator of the DataSet to that specified" helpid="1555" text=".setIterator(% newIterator:ValueListIterator %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="setRange" tiptext="Sets the current iterator range" helpid="1556" text=".setRange(% startValues:Array, endValues:Array %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="skip" tiptext="Moves the iterator the amount specified" helpid="1553" text=".skip(% offset:Number %)" object="[mx.data.components.DataSet]" version="6"/>
                    <string name="useSort" tiptext="Uses the sort specified" helpid="1557" text=".useSort(% sortName:String, options:Number %)" object="[mx.data.components.DataSet]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="DataSet events" version="6">
                    <string name="addItem" tiptext="Dispatched before item is added" helpid="1496" text='.addEventListener("addItem", % %);' codehint="false" version="6"/>
                    <string name="afterLoaded" tiptext="Dispatched after items array is assigned" helpid="1497" text='.addEventListener("afterLoaded", % %);' codehint="false" version="6"/>
                    <string name="calcFields" tiptext="Dispatched when calculated fields should be updated" helpid="1506" text='.addEventListener("calcFields", % %);' codehint="false" version="6"/>
                    <string name="deltaPacketChanged" tiptext="Dispatched when the delta packet is ready to be used" helpid="1501" text='.addEventListener("deltaPacketChanged", % %);' codehint="false" version="6"/>
                    <string name="iteratorScrolled" tiptext="Dispatched when the iterator's position is changed" helpid="1502" text='.addEventListener("iteratorScrolled", % %);' codehint="false" version="6"/>
                    <string name="modelChanged" tiptext="Dispatched when the items have been modified in some way" helpid="1498" text='.addEventListener("modelChanged", % %);' codehint="false" version="6"/>
                    <string name="newItem" tiptext="Dispatched when a new item is constructed by the DataSet, before being added to the collection." helpid="1503" text='.addEventListener("newItem", % %);' codehint="false" version="6"/>
                    <string name="removeItem" tiptext="Dispatched before an item is to be removed" helpid="1500" text='.addEventListener("removeItem", % %);' codehint="false" version="6"/>
                    <string name="resolveDelta" tiptext="Dispatched when a DeltaPacket is assigned that contains messages" helpid="1499" text='.addEventListener("resolveDelta", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="RDBMSResolver" id="[mx.data.components.RDBMSResolver]" index="true" tiptext="Converts deltapackets to DB formatted XML" helpid="1454" version="6">
                <folder name="Properties" id="Properties" tiptext="RDBMSResolver properties" version="6">
                    <string name="deltaPacket" tiptext="Object that describes a set of changes to a dataset" helpid="1459" text=".deltaPacket" object="[mx.data.components.RDBMSResolver]" version="6"/>
                    <string name="fieldInfo" tiptext="Specifies key fields and non-updatable fields" helpid="1458" text=".fieldInfo" object="[mx.data.components.RDBMSResolver]" version="6"/>
                    <string name="nullValue" tiptext="String used to indicate a null value for a field" helpid="1457" text=".nullValue" object="[mx.data.components.RDBMSResolver]" version="6"/>
                    <string name="tableName" tiptext="DB table name put in the XML updatePacket" helpid="1455" text=".tableName" object="[mx.data.components.RDBMSResolver]" version="6"/>
                    <string name="updateMode" tiptext="Determines which fields are set as key fields in the updatePacket" helpid="1456" text=".updateMode" object="[mx.data.components.RDBMSResolver]" version="6"/>
                    <string name="updatePacket" tiptext="XML translation of the DeltaPacket that can be sent to a server" helpid="1460" text=".updatePacket" object="[mx.data.components.RDBMSResolver]" version="6"/>
                    <string name="updateResults" tiptext="Receives packet of server results for translation into a deltaPacket" helpid="1461" text=".updateResults" object="[mx.data.components.RDBMSResolver]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="RDBMSResolver methods" version="6">
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.data.components.RDBMSResolver]" version="6"/>
                    <string name="addFieldInfo" tiptext="Adds a new fieldInfo collection item" helpid="1462" text=".addFieldInfo(% fieldName:String, ownerName:String, isKey:Boolean %)" object="[mx.data.components.RDBMSResolver]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="RDBMSResolver events" version="6">
                    <string name="beforeApplyUpdates" tiptext="Fired immediately before the updatePacket is sent to the server" helpid="1451" text='.addEventListener("beforeApplyUpdates", % %);' codehint="false" version="6"/>
                    <string name="reconcileResults" tiptext="Fired immediately before operation results are sent to the dataset" helpid="1452" text='.addEventListener("reconcileResults", % %);' codehint="false" version="6"/>
                    <string name="reconcileUpdates" tiptext="Fired immediately before database updates are sent to the dataset" helpid="1453" text='.addEventListener("reconcileUpdates", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="WebServiceConnector" id="[mx.data.components.WebServiceConnector]" index="true" tiptext="A component that calls a Web Service method" helpid="1711" version="6">
                <folder name="Properties" id="Properties" tiptext="WebServiceConnector properties" version="6">
                    <string name="WSDLURL" tiptext="The URL of the WSDL file that defines a web service" helpid="1710" text=".WSDLURL" object="[mx.data.components.WebServiceConnector]" version="6"/>
                    <string name="multipleSimultaneousAllowed" tiptext="If true, the call will execute even a call is in progress; if false, not" helpid="1700" text=".multipleSimultaneousAllowed" object="[mx.data.components.WebServiceConnector]" version="6"/>
                    <string name="operation" tiptext="Name of an operation within the service defined by WSDLURL" helpid="1701" text=".operation" object="[mx.data.components.WebServiceConnector]" version="6"/>
                    <string name="params" tiptext="Data that will be sent to the server" helpid="1702" text=".params" object="[mx.data.components.WebServiceConnector]" version="6"/>
                    <string name="results" tiptext="Result of the last successfull web service call" helpid="1704" text=".results" object="[mx.data.components.WebServiceConnector]" version="6"/>
                    <string name="suppressInvalidCalls" tiptext="If true, invalid data will not be sent; if false, invalid data is used" helpid="1707" text=".suppressInvalidCalls" object="[mx.data.components.WebServiceConnector]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="WebServiceConnector methods" version="6">
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.data.components.WebServiceConnector]" version="6"/>
                    <string name="trigger" tiptext="Calls the web service operation" helpid="1709" text=".trigger(% %)" object="[mx.data.components.WebServiceConnector]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="WebServiceConnector events" version="6">
                    <string name="result" tiptext="Fired when results property is updated." helpid="1703" text='.addEventListener("result", % %);' codehint="false" version="6"/>
                    <string name="send" tiptext="Fired prior to the web service call" helpid="1705" text='.addEventListener("send", % %);' codehint="false" version="6"/>
                    <string name="status" tiptext="Fired when the status changes or on errors" helpid="1706" text='.addEventListener("status", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="XMLConnector" id="[mx.data.components.XMLConnector]" index="true" tiptext="A component that sends and receives XML documents" helpid="1723" version="6">
                <folder name="Properties" id="Properties" tiptext="XMLConnector properties" version="6">
                    <string name="URL" tiptext="The URL that is used when doing HTTP operations" helpid="1722" text=".URL" object="[mx.data.components.XMLConnector]" version="6"/>
                    <string name="direction" tiptext="Will data be sent, or received, or both?" helpid="1713" text=".direction" object="[mx.data.components.XMLConnector]" version="6"/>
                    <string name="ignoreWhite" tiptext="Set to true to ignore white space" helpid="4700" text=".ignoreWhite" object="[mx.data.components.XMLConnector]" version="6"/>
                    <string name="multipleSimultaneousAllowed" tiptext="If true, the call will execute even if a call is in progress; if false, not" helpid="1714" text=".multipleSimultaneousAllowed" object="[mx.data.components.XMLConnector]" version="6"/>
                    <string name="params" tiptext="Data that will be sent to the server" helpid="1715" text=".params" object="[mx.data.components.XMLConnector]" version="6"/>
                    <string name="results" tiptext="Result of the last HTTP operation" helpid="1717" text=".results" object="[mx.data.components.XMLConnector]" version="6"/>
                    <string name="suppressInvalidCalls" tiptext="If true, invalid data will not be sent; if false, invalid data is used" helpid="1720" text=".suppressInvalidCalls" object="[mx.data.components.XMLConnector]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="XMLConnector methods" version="6">
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.data.components.XMLConnector]" version="6"/>
                    <string name="trigger" tiptext="Initiates an HTTP request that sends and/or receives XML data" helpid="1721" text=".trigger(% %)" object="[mx.data.components.XMLConnector]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="XMLConnector events" version="6">
                    <string name="result" tiptext="Fired when results property is updated." helpid="1716" text='.addEventListener("result", % %);' codehint="false" version="6"/>
                    <string name="send" tiptext="Fired prior to the web service call" helpid="1718" text='.addEventListener("send", % %);' codehint="false" version="6"/>
                    <string name="status" tiptext="Fired when the status changes or on errors" helpid="1719" text='.addEventListener("status", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="XUpdateResolver" id="[mx.data.components.XUpdateResolver]" index="true" tiptext="Fired before server updates are sent via databinding" helpid="1466" version="6">
                <folder name="Properties" id="Properties" tiptext="XUpdateResolver properties" version="6">
                    <string name="deltaPacket" tiptext="Log of changes to the DataSet" helpid="1468" text=".deltaPacket" object="[mx.data.components.XUpdateResolver]" version="6"/>
                    <string name="includeDeltaPacketInfo" tiptext="Set to true to include additional deltapacket info" helpid="1467" text=".includeDeltaPacketInfo" object="[mx.data.components.XUpdateResolver]" version="6"/>
                    <string name="updateResults" tiptext="Result packet returned from the server" helpid="1470" text=".updateResults" object="[mx.data.components.XUpdateResolver]" version="6"/>
                    <string name="xupdatePacket" tiptext="Log of changes to a DataSet in XUpdate format" helpid="1469" text=".xupdatePacket" object="[mx.data.components.XUpdateResolver]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="XUpdateResolver methods" version="6">
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.data.components.XUpdateResolver]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="XUpdateResolver events" version="6">
                    <string name="beforeApplyUpdates" tiptext="Fired before the XupdatePacket property is updated" helpid="1464" text='.addEventListener("beforeApplyUpdates", % %);' codehint="false" version="6"/>
                    <string name="reconcileResults" tiptext="Fired before operation results are sent via databinding" helpid="1465" text='.addEventListener("reconcileResults", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="Delta" id="[mx.data.components.datasetclasses.Delta]" index="true" tiptext="Contains list of changes to an item" helpid="1478" version="6">
                <folder name="Methods" id="Methods" tiptext="Delta methods" version="6">
                    <string name="addDeltaItem" tiptext="Adds the specified DeltaItem" helpid="1479" text=".addDeltaItem(% d:DeltaItem %)" object="[mx.data.components.datasetclasses.Delta]" version="6"/>
                    <string name="getChangeList" tiptext="Returns list of DeltaItems for this Delta" helpid="1482" text=".getChangeList(% %)" object="[mx.data.components.datasetclasses.Delta]" version="6"/>
                    <string name="getDeltaPacket" tiptext="Returns the associated DeltaPacket" helpid="1486" text=".getDeltaPacket(% %)" object="[mx.data.components.datasetclasses.Delta]" version="6"/>
                    <string name="getId" tiptext="Returns the unique ID for this delta" helpid="1480" text=".getId(% %)" object="[mx.data.components.datasetclasses.Delta]" version="6"/>
                    <string name="getItemByName" tiptext="Returns the named DeltaItem or null" helpid="1483" text=".getItemByName(% name:String %)" object="[mx.data.components.datasetclasses.Delta]" version="6"/>
                    <string name="getMessage" tiptext="Returns the associated message or blank" helpid="1484" text=".getMessage(% %)" object="[mx.data.components.datasetclasses.Delta]" version="6"/>
                    <string name="getOperation" tiptext="Returns the associated operation" helpid="1481" text=".getOperation(% %)" object="[mx.data.components.datasetclasses.Delta]" version="6"/>
                    <string name="getSource" tiptext="Returns original source object that was changed" helpid="1485" text=".getSource(% %)" object="[mx.data.components.datasetclasses.Delta]" version="6"/>
                </folder>
            </folder>
            <folder name="DeltaItem" id="[mx.data.components.datasetclasses.DeltaItem]" index="true" tiptext="Contains a single mutation event" helpid="1487" version="6">
                <folder name="Properties" id="Properties" tiptext="DeltaItem properties" version="6">
                    <string name="argList" tiptext="Returns arguments list" helpid="1488" text=".argList" object="[mx.data.components.datasetclasses.DeltaItem]" version="6"/>
                    <string name="curValue" tiptext="Returns the current server value" helpid="1493" text=".curValue" object="[mx.data.components.datasetclasses.DeltaItem]" version="6"/>
                    <string name="delta" tiptext="Returns reference to Delta container" helpid="1489" text=".delta" object="[mx.data.components.datasetclasses.DeltaItem]" version="6"/>
                    <string name="kind" tiptext="Returns kind of DeltaItem" helpid="1490" text=".kind" object="[mx.data.components.datasetclasses.DeltaItem]" version="6"/>
                    <string name="message" tiptext="Returns associated message" helpid="1491" text=".message" object="[mx.data.components.datasetclasses.DeltaItem]" version="6"/>
                    <string name="name" tiptext="Returns associated name" helpid="1492" text=".name" object="[mx.data.components.datasetclasses.DeltaItem]" version="6"/>
                    <string name="newValue" tiptext="Returns the new value" helpid="1494" text=".newValue" object="[mx.data.components.datasetclasses.DeltaItem]" version="6"/>
                    <string name="oldValue" tiptext="Returns the original value" helpid="1495" text=".oldValue" object="[mx.data.components.datasetclasses.DeltaItem]" version="6"/>
                </folder>
            </folder>
            <folder name="DeltaPacket" id="[mx.data.components.datasetclasses.DeltaPacket]" index="true" tiptext="Contains collection of changes" helpid="1473" version="6">
                <folder name="Methods" id="Methods" tiptext="DeltaPacket methods" version="6">
                    <string name="getConfigInfo" tiptext="Returns configuration information" helpid="1572" text=".getConfigInfo(% info:Object %)" object="[mx.data.components.datasetclasses.DeltaPacket]" version="6"/>
                    <string name="getIterator" tiptext="Returns an iterator of the changes" helpid="1474" text=".getIterator(% %)" object="[mx.data.components.datasetclasses.DeltaPacket]" version="6"/>
                    <string name="getSource" tiptext="Returns originating component" helpid="1475" text=".getSource(% %)" object="[mx.data.components.datasetclasses.DeltaPacket]" version="6"/>
                    <string name="getTimestamp" tiptext="Returns the time stamp when the DeltaPacket was created" helpid="1477" text=".getTimestamp(% %)" object="[mx.data.components.datasetclasses.DeltaPacket]" version="6"/>
                    <string name="getTransactionId" tiptext="Returns associated transaction ID" helpid="1476" text=".getTransactionId(% %)" object="[mx.data.components.datasetclasses.DeltaPacket]" version="6"/>
                    <string name="logChanges" tiptext="Returns true if changes are being logged" helpid="1478" text=".logChanges(% %)" object="[mx.data.components.datasetclasses.DeltaPacket]" version="6"/>
                </folder>
            </folder>
            <folder name="Log" id="[mx.services.Log]" index="true" tiptext="contains logging data" helpid="1745" version="6">
                <folder name="Methods" id="Methods" tiptext="Log methods" version="6">
                    <string name="Log" tiptext="Creates a new instance of a Log object" helpid="1603" text="new Log(% logLevel, name %)" object="[mx.services.Log]" version="6"/>
                    <string name="onLog" tiptext="used to handle logger output" helpid="1724" text=".onLog(% message %)" object="[mx.services.Log]" version="6"/>
                </folder>
            </folder>
            <folder name="PendingCall" id="[mx.services.PendingCall]" index="true" tiptext="information regarding an outstanding call to a service" helpid="1746" version="6">
                <folder name="Properties" id="Properties" tiptext="PendingCall properties" version="6">
                    <string name="myCall" tiptext="current soap call" helpid="1727" text=".myCall" object="[mx.services.PendingCall]" version="6"/>
                    <string name="request" tiptext="current SOAP request document" helpid="1733" text=".request" object="[mx.services.PendingCall]" version="6"/>
                    <string name="response" tiptext="current SOAP result document" helpid="1734" text=".response" object="[mx.services.PendingCall]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="PendingCall methods" version="6">
                    <string name="addHeader" tiptext="adds the specified header to this call" helpid="1738" text=".addHeader(% headerElement %)" object="[mx.services.PendingCall]" version="6"/>
                    <string name="getOutputParameter" tiptext="return the output parameter at the index specified" helpid="1732" text=".getOutputParameter(% index %)" object="[mx.services.PendingCall]" version="6"/>
                    <string name="getOutputParameterByName" tiptext="return output parameter for the specified name" helpid="1731" text=".getOutputParameterByName(% localName %)" object="[mx.services.PendingCall]" version="6"/>
                    <string name="getOutputParameters" tiptext="return all members of the parameters array that are either OUT or INOUT mode" helpid="1730" text=".getOutputParameters(% %)" object="[mx.services.PendingCall]" version="6"/>
                    <string name="getOutputValue" tiptext="returns a single output value" helpid="1729" text=".getOutputValue(% index %)" object="[mx.services.PendingCall]" version="6"/>
                    <string name="getOutputValues" tiptext="returns values of the output parameters" helpid="1728" text=".getOutputValues(% %)" object="[mx.services.PendingCall]" version="6"/>
                    <string name="onFault" tiptext="called when a fault occurs" helpid="1725" text=".onFault(% %)" object="[mx.services.PendingCall]" version="6"/>
                    <string name="onResult" tiptext="called when results are ready" helpid="1726" text=".onResult(% %)" object="[mx.services.PendingCall]" version="6"/>
                </folder>
            </folder>
            <folder name="SOAPCall" id="[mx.services.SOAPCall]" index="true" tiptext="provides a SOAP call envelope" helpid="1743" version="6">
                <folder name="Properties" id="Properties" tiptext="SOAPCall properties" version="6">
                    <string name="concurrency" tiptext="indicates what type of concurrency is allowed" helpid="1737" text=".concurrency" object="[mx.services.SOAPCall]" version="6"/>
                    <string name="doDecoding" tiptext="indicates if the decoding should be performed" helpid="1735" text=".doDecoding" object="[mx.services.SOAPCall]" version="6"/>
                    <string name="doLazyDecoding" tiptext="indicates if the decoding should be performed on an as needed basis" helpid="1736" text=".doLazyDecoding" object="[mx.services.SOAPCall]" version="6"/>
                </folder>
            </folder>
            <folder name="WebService" id="[mx.services.WebService]" index="true" tiptext="provide the entry point for calling a webservice" helpid="1742" version="6">
                <folder name="Methods" id="Methods" tiptext="WebService methods" version="6">
                    <string name="WebService" tiptext="Creates a new instance of a WebService object" helpid="1602" text="new WebService(% wsdlLocation:String %)" object="[mx.services.WebService]" version="6"/>
                    <string name="getCall" tiptext="returns the specified SOAP call" helpid="1741" text=".getCall(% operationName %)" object="[mx.services.WebService]" version="6"/>
                    <string name="onFault" tiptext="this method will be called if the WSDL cannot be parsed and the proxy cannot be created" helpid="1740" text=".onFault(% fault %)" object="[mx.services.WebService]" version="6"/>
                    <string name="onLoad" tiptext="this method will be called once the WSDL has been parsed and the proxy created" helpid="1739" text=".onLoad(% wsdl %)" object="[mx.services.WebService]" version="6"/>
                </folder>
            </folder>

        	</folder>
	        <folder name="Types" id="Types" index="true" tiptext="Component types that can be used for strong typing" helpid="0" version="6">
            <string name="Binding" tiptext="Binding type" helpid="1564" text="Binding" version="6" />
            <string name="ComponentMixins" tiptext="ComponentMixins type" helpid="1560" text="ComponentMixins" version="6" />
            <string name="DataType" tiptext="DataType type" helpid="1591" text="DataType" version="6" />
            <string name="EndPoint" tiptext="EndPoint type" helpid="1566" text="EndPoint" version="6" />
            <string name="TypedValue" tiptext="TypedValue type" helpid="1590" text="TypedValue" version="6" />
            <string name="DataHolder" tiptext="DataHolder type" helpid="1558" text="DataHolder" version="6" />
            <string name="DataSet" tiptext="DataSet type" helpid="1507" text="DataSet" version="6" />
            <string name="RDBMSResolver" tiptext="RDBMSResolver type" helpid="1454" text="RDBMSResolver" version="6" />
            <string name="WebServiceConnector" tiptext="WebServiceConnector type" helpid="1711" text="WebServiceConnector" version="6" />
            <string name="XMLConnector" tiptext="XMLConnector type" helpid="1723" text="XMLConnector" version="6" />
            <string name="XUpdateResolver" tiptext="XUpdateResolver type" helpid="1466" text="XUpdateResolver" version="6" />
            <string name="Delta" tiptext="Delta type" helpid="1478" text="Delta" version="6" />
            <string name="DeltaItem" tiptext="DeltaItem type" helpid="1487" text="DeltaItem" version="6" />
            <string name="DeltaPacket" tiptext="DeltaPacket type" helpid="1473" text="DeltaPacket" version="6" />
            <string name="Log" tiptext="Log type" helpid="1745" text="Log" version="6" />
            <string name="PendingCall" tiptext="PendingCall type" helpid="1746" text="PendingCall" version="6" />
            <string name="SOAPCall" tiptext="SOAPCall type" helpid="1743" text="SOAPCall" version="6" />
            <string name="WebService" tiptext="WebService type" helpid="1742" text="WebService" version="6" />

 	       </folder>
        </ifedition>
    </actionspanel>
    <colorsyntax>
	<ifedition edition="pro">
        <identifier text="Binding"/>
        <identifier text="ComponentMixins"/>
        <identifier text="DataAccessor"/>
        <identifier text="DataHolder"/>
        <identifier text="DataSet"/>
        <identifier text="DataType"/>
        <identifier text="Delta"/>
        <identifier text="DeltaItem"/>
        <identifier text="DeltaPacket"/>
        <identifier text="EndPoint"/>
        <identifier text="Log"/>
        <identifier text="PendingCall"/>
        <identifier text="RDBMSResolver"/>
        <identifier text="SOAPCall"/>
        <identifier text="TypedValue"/>
        <identifier text="URL"/>
        <identifier text="WSDLURL"/>
        <identifier text="WebService"/>
        <identifier text="WebServiceConnector"/>
        <identifier text="XMLConnector"/>
        <identifier text="XUpdateResolver"/>
        <identifier text="addDeltaItem"/>
        <identifier text="addEventListener"/>
        <identifier text="addFieldInfo"/>
        <identifier text="addHeader"/>
        <identifier text="addItem"/>
        <identifier text="addItemAt"/>
        <identifier text="addSort"/>
        <identifier text="afterLoaded"/>
        <identifier text="applyUpdates"/>
        <identifier text="argList"/>
        <identifier text="beforeApplyUpdates"/>
        <identifier text="calcFields"/>
        <identifier text="changesPending"/>
        <identifier text="clear"/>
        <identifier text="component"/>
        <identifier text="concurrency"/>
        <identifier text="constant"/>
        <identifier text="createItem"/>
        <identifier text="curValue"/>
        <identifier text="currentItem"/>
        <identifier text="data"/>
        <identifier text="dataProvider"/>
        <identifier text="delta"/>
        <identifier text="deltaPacket"/>
        <identifier text="deltaPacketChanged"/>
        <identifier text="direction"/>
        <identifier text="disableEvents"/>
        <identifier text="doDecoding"/>
        <identifier text="doLazyDecoding"/>
        <identifier text="enableEvents"/>
        <identifier text="encoder"/>
        <identifier text="event"/>
        <identifier text="execute"/>
        <identifier text="fieldInfo"/>
        <identifier text="filterFunc"/>
        <identifier text="filtered"/>
        <identifier text="find"/>
        <identifier text="findFirst"/>
        <identifier text="findLast"/>
        <identifier text="first"/>
        <identifier text="formatter"/>
        <identifier text="getAnyTypedValue"/>
        <identifier text="getAsBoolean"/>
        <identifier text="getAsNumber"/>
        <identifier text="getAsString"/>
        <identifier text="getCall"/>
        <identifier text="getChangeList"/>
        <identifier text="getConfigInfo"/>
        <identifier text="getDeltaPacket"/>
        <identifier text="getField"/>
        <identifier text="getId"/>
        <identifier text="getItemByName"/>
        <identifier text="getItemId"/>
        <identifier text="getIterator"/>
        <identifier text="getLength"/>
        <identifier text="getMessage"/>
        <identifier text="getOperation"/>
        <identifier text="getOutputParameter"/>
        <identifier text="getOutputParameterByName"/>
        <identifier text="getOutputParameters"/>
        <identifier text="getOutputValue"/>
        <identifier text="getOutputValues"/>
        <identifier text="getSource"/>
        <identifier text="getTimestamp"/>
        <identifier text="getTransactionId"/>
        <identifier text="getTypedValue"/>
        <identifier text="hasNext"/>
        <identifier text="hasPrevious"/>
        <identifier text="hasSort"/>
        <identifier text="ignoreWhite"/>
        <identifier text="includeDeltaPacketInfo"/>
        <identifier text="initComponent"/>
        <identifier text="isEmpty"/>
        <identifier text="itemClassName"/>
        <identifier text="items"/>
        <identifier text="iteratorScrolled"/>
        <identifier text="kind"/>
        <identifier text="last"/>
        <identifier text="length"/>
        <identifier text="loadFromSharedObj"/>
        <identifier text="locateById"/>
        <identifier text="location"/>
        <identifier text="logChanges"/>
        <identifier text="message"/>
        <identifier text="modelChanged"/>
        <identifier text="multipleSimultaneousAllowed"/>
        <identifier text="mx.data.binding.Binding"/>
        <identifier text="mx.data.binding.ComponentMixins"/>
        <identifier text="mx.data.binding.DataAccessor"/>
        <identifier text="mx.data.binding.DataType"/>
        <identifier text="mx.data.binding.EndPoint"/>
        <identifier text="mx.data.binding.TypedValue"/>
        <identifier text="mx.data.components.DataHolder"/>
        <identifier text="mx.data.components.DataSet"/>
        <identifier text="mx.data.components.RDBMSResolver"/>
        <identifier text="mx.data.components.WebServiceConnector"/>
        <identifier text="mx.data.components.XMLConnector"/>
        <identifier text="mx.data.components.XUpdateResolver"/>
        <identifier text="mx.data.components.datasetclasses.Delta"/>
        <identifier text="mx.data.components.datasetclasses.DeltaItem"/>
        <identifier text="mx.data.components.datasetclasses.DeltaPacket"/>
        <identifier text="mx.services.Log"/>
        <identifier text="mx.services.PendingCall"/>
        <identifier text="mx.services.SOAPCall"/>
        <identifier text="mx.services.WebService"/>
        <identifier text="myCall"/>
        <identifier text="name"/>
        <identifier text="newItem"/>
        <identifier text="newValue"/>
        <identifier text="next"/>
        <identifier text="nullValue"/>
        <identifier text="oldValue"/>
        <identifier text="onFault"/>
        <identifier text="onLoad"/>
        <identifier text="onLog"/>
        <identifier text="onResult"/>
        <identifier text="operation"/>
        <identifier text="params"/>
        <identifier text="previous"/>
        <identifier text="properties"/>
        <identifier text="property"/>
        <identifier text="readOnly"/>
        <identifier text="reconcileResults"/>
        <identifier text="reconcileUpdates"/>
        <identifier text="refreshDestinations"/>
        <identifier text="refreshFromSources"/>
        <identifier text="removeAll"/>
        <identifier text="removeEventListener"/>
        <identifier text="removeItem"/>
        <identifier text="removeItemAt"/>
        <identifier text="removeRange"/>
        <identifier text="removeSort"/>
        <identifier text="request"/>
        <identifier text="resolveDelta"/>
        <identifier text="response"/>
        <identifier text="result"/>
        <identifier text="results"/>
        <identifier text="saveToSharedObj"/>
        <identifier text="schema"/>
        <identifier text="selectedIndex"/>
        <identifier text="send"/>
        <identifier text="setAnyTypedValue"/>
        <identifier text="setAsBoolean"/>
        <identifier text="setAsNumber"/>
        <identifier text="setAsString"/>
        <identifier text="setIterator"/>
        <identifier text="setRange"/>
        <identifier text="setTypedValue"/>
        <identifier text="skip"/>
        <identifier text="status"/>
        <identifier text="suppressInvalidCalls"/>
        <identifier text="tableName"/>
        <identifier text="trigger"/>
        <identifier text="typeName"/>
        <identifier text="updateMode"/>
        <identifier text="updatePacket"/>
        <identifier text="updateResults"/>
        <identifier text="useSort"/>
        <identifier text="validateProperty"/>
        <identifier text="value"/>
        <identifier text="xupdatePacket"/>

        </ifedition>
    </colorsyntax>
</customactions>
