|  Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z   | 
| V — Constant Static Property, class flash.ui.Keyboard | 
 | 
        Constant associated with the key code value for the V key (86). | 
| valid — Event, class mx.core.UIComponent | 
 | 
  Dispatched when a component is monitored by a Validator
  and the validation succeeded. | 
| valid — Event, class mx.validators.Validator | 
 | 
  Dispatched when validation succeeds. | 
| VALID — Constant Static Property, class flash.security.SignatureStatus | 
 |  
 Valid status. | 
| VALID — Constant Static Property, class mx.events.FlexEvent | 
 | 
      The FlexEvent.VALID constant defines the value of the
      type property of the event object for a valid event. | 
| VALID — Constant Static Property, class mx.events.ValidationResultEvent | 
 | 
   The ValidationResultEvent.VALID constant defines the value of the 
   type property of the event object for a validevent. | 
| validate(value:Object, suppressEvents:Boolean) — method,  class mx.validators.Validator | 
 | 
      Performs validation and optionally notifies
      the listeners of the result. | 
| validateAll(validators:Array) — Static Method,  class mx.validators.Validator | 
 | 
      Invokes all the validators in the validators Array. | 
| validateAsString — Property, class mx.validators.DateValidator | 
 |  
   Determines how to validate the value. | 
| validateClient(target:mx.managers:ILayoutManagerClient, skipDisplayList:Boolean) — method,  interface mx.managers.ILayoutManager | 
 | 
   When properties are changed, components generally do not apply those changes immediately. | 
| validateClient(target:mx.managers:ILayoutManagerClient, skipDisplayList:Boolean) — method,  class mx.managers.LayoutManager | 
 | 
   When properties are changed, components generally do not apply those changes immediately. | 
| validateCreditCard(validator:mx.validators:CreditCardValidator, value:Object, baseField:String) — Static Method,  class mx.validators.CreditCardValidator | 
 | 
   Convenience method for calling a validator. | 
| validateCurrency(validator:mx.validators:CurrencyValidator, value:Object, baseField:String) — Static Method,  class mx.validators.CurrencyValidator | 
 | 
      Convenience method for calling a validator. | 
| validateData() — method,  class mx.charts.chartClasses.CartesianDataCanvas | 
 | 
      Calls the updateMapping() 
      and updateFilter() methods of the canvas, if necessary. | 
| validateData() — method,  class mx.charts.chartClasses.PolarDataCanvas | 
 | 
      Calls the updateMapping() 
      and updateFilter() methods of the canvas, if necessary. | 
| validateData() — method,  class mx.charts.chartClasses.Series | 
 | 
      Calls the updateData() and
      updateMapping() methods of the series, if necessary. | 
| validateDate(validator:mx.validators:DateValidator, value:Object, baseField:String) — Static Method,  class mx.validators.DateValidator | 
 | 
   Convenience method for calling a validator
   from within a custom validation function. | 
| validateDisplayList() — method,  class mx.controls.FlexNativeMenu | 
 | 
   Validates the position and size of children and draws other
   visuals. | 
| validateDisplayList() — method,  class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer | 
 | 
      If Flex calls LayoutManager.invalidateDisplayList() 
      method on this ILayoutManagerClient instance,  
      this function is called when it's time to update the display list. | 
| validateDisplayList() — method,  class mx.controls.dataGridClasses.DataGridItemRenderer | 
 | 
   If Flex calls LayoutManager.invalidateDisplayList() 
   method on this ILayoutManagerClient, then
   this function is called when it's time to update the display list. | 
| validateDisplayList() — method,  interface mx.core.IProgrammaticSkin | 
 | 
   This function is called by the LayoutManager
   when it's time for this control to draw itself. | 
| validateDisplayList() — method,  class mx.core.UIComponent | 
 | 
   Validates the position and size of children and draws other
   visuals. | 
| validateDisplayList() — method,  interface mx.managers.ILayoutManagerClient | 
 | 
   Validates the position and size of children and draws other
   visuals. | 
| validateDisplayList() — method,  class mx.skins.ProgrammaticSkin | 
 | 
   This function is called by the LayoutManager
   when it's time for this control to draw itself. | 
| validateEmail(validator:mx.validators:EmailValidator, value:Object, baseField:String) — Static Method,  class mx.validators.EmailValidator | 
 | 
   Convenience method for calling a validator
   from within a custom validation function. | 
| validateNow() — method,  class mx.controls.FlexNativeMenu | 
 | 
   Validates and updates the properties and layout of this object
   and redraws it, if necessary. | 
| validateNow() — method,  interface mx.core.IInvalidating | 
 | 
      Validates and updates the properties and layout of this object
      by immediately calling validateProperties(),
   validateSize(), and validateDisplayList(),
   if necessary. | 
| validateNow() — method,  interface mx.core.IProgrammaticSkin | 
 | 
   Validate and update the properties and layout of this object
   and redraw it, if necessary. | 
| validateNow() — method,  class mx.core.UIComponent | 
 | 
      Validate and update the properties and layout of this object
      and redraw it, if necessary. | 
| validateNow() — method,  class mx.core.UITextField | 
 | 
      Validate and update the properties and layout of this object
      and redraw it, if necessary. | 
| validateNow() — method,  interface mx.managers.ILayoutManager | 
 | 
   When properties are changed, components generally do not apply those changes immediately. | 
| validateNow() — method,  class mx.managers.LayoutManager | 
 | 
   When properties are changed, components generally do not apply those changes immediately. | 
| validateNow() — method,  class mx.skins.ProgrammaticSkin | 
 | 
   Validate and update the properties and layout of this object
   and redraw it, if necessary. | 
| validateNumber(validator:mx.validators:NumberValidator, value:Object, baseField:String) — Static Method,  class mx.validators.NumberValidator | 
 | 
      Convenience method for calling a validator
   from within a custom validation function. | 
| validatePhoneNumber(validator:mx.validators:PhoneNumberValidator, value:Object, baseField:String) — Static Method,  class mx.validators.PhoneNumberValidator | 
 | 
   Convenience method for calling a validator
   from within a custom validation function. | 
| validateProperties() — method,  class mx.controls.FlexNativeMenu | 
 | 
   Validates the properties of a component. | 
| validateProperties() — method,  class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer | 
 | 
      If Flex calls the LayoutManager.invalidateProperties() 
      method on this ILayoutManagerClient,  
      this function is called when it's time to commit property values. | 
| validateProperties() — method,  class mx.controls.dataGridClasses.DataGridItemRenderer | 
 | 
   If Flex calls the LayoutManager.invalidateProperties() 
   method on this ILayoutManagerClient, then
   this function is called when it's time to commit property values. | 
| validateProperties() — method,  class mx.core.UIComponent | 
 | 
      Used by layout logic to validate the properties of a component
      by calling the commitProperties() method. | 
| validateProperties() — method,  interface mx.managers.ILayoutManagerClient | 
 | 
   Validates the properties of a component. | 
| validateProperties() — method,  class mx.skins.ProgrammaticSkin | 
 | 
   This function is an empty stub so that ProgrammaticSkin
   can implement the ILayoutManagerClient  interface. | 
| validateSize(recursive:Boolean) — method,  class mx.controls.FlexNativeMenu | 
 | 
   Validates the measured size of the component
   If the LayoutManager.invalidateSize() method is called with
   this ILayoutManagerClient, then the validateSize() method
   is called when it's time to do measurements. | 
| validateSize(recursive:Boolean) — method,  class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer | 
 | 
      If Flex calls the LayoutManager.invalidateSize()
      method on this ILayoutManagerClient,  
      this function is called when it's time to do measurements. | 
| validateSize(recursive:Boolean) — method,  class mx.controls.dataGridClasses.DataGridItemRenderer | 
 | 
   If Flex calls the LayoutManager.invalidateSize()
   method on this ILayoutManagerClient, then
   this function is called when it's time to do measurements. | 
| validateSize(recursive:Boolean) — method,  class mx.core.UIComponent | 
 | 
   Validates the measured size of the component
   If the LayoutManager.invalidateSize() method is called with
   this ILayoutManagerClient, then the validateSize() method
   is called when it's time to do measurements. | 
| validateSize(recursive:Boolean) — method,  interface mx.managers.ILayoutManagerClient | 
 | 
   Validates the measured size of the component
   If the LayoutManager.invalidateSize() method is called with
   this ILayoutManagerClient, then the validateSize() method
   is called when it's time to do measurements. | 
| validateSize(recursive:Boolean) — method,  class mx.skins.ProgrammaticSkin | 
 | 
   This function is an empty stub so that ProgrammaticSkin
   can implement the ILayoutManagerClient  interface. | 
| validateSocialSecurity(validator:mx.validators:SocialSecurityValidator, value:Object, baseField:String) — Static Method,  class mx.validators.SocialSecurityValidator | 
 | 
   Convenience method for calling a validator. | 
| validateString(validator:mx.validators:StringValidator, value:Object, baseField:String) — Static Method,  class mx.validators.StringValidator | 
 | 
   Convenience method for calling a validator. | 
| validateTransform() — method,  class mx.charts.chartClasses.CartesianDataCanvas | 
 | 
      Calls the updateTransform() method of the canvas, if necessary. | 
| validateTransform() — method,  class mx.charts.chartClasses.PolarDataCanvas | 
 | 
      Calls the updateTransform() method of the canvas, if necessary. | 
| validateTransform() — method,  class mx.charts.chartClasses.Series | 
 | 
      Calls the updateFilter() and
      updateTransform() methods of the series, if necessary. | 
| validateZipCode(validator:mx.validators:ZipCodeValidator, value:Object, baseField:String) — Static Method,  class mx.validators.ZipCodeValidator | 
 | 
   Convenience method for calling a validator. | 
| ValidationResult — class, package mx.validators | 
 | 
  The ValidationResult class contains the results of a validation. | 
| ValidationResult(isError:Boolean, subField:String, errorCode:String, errorMessage:String) — Constructor, class mx.validators.ValidationResult | 
 | 
   Constructor
         | 
| ValidationResultEvent — class, package mx.events | 
 | 
  The ValidationResultEvent class represents the event object 
  passed to the listener for the valid validator event
  or the invalid validator event. | 
| ValidationResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, field:String, results:Array) — Constructor, class mx.events.ValidationResultEvent | 
 | 
   Constructor. | 
| validationResultHandler(event:mx.events:ValidationResultEvent) — method,  class mx.core.UIComponent | 
 | 
      Handles both the valid and invalid events from a
      validator assigned to this component. | 
| validationResultHandler(event:mx.events:ValidationResultEvent) — method,  interface mx.validators.IValidatorListener | 
 | 
   Handles both the valid and invalid events
   from a  validator assigned to this component. | 
| validationSubField — Property, class mx.core.UIComponent | 
 | 
      Used by a validator to associate a subfield with this component. | 
| validationSubField — Property, interface mx.validators.IValidatorListener | 
 | 
   Used by a validator to assign a subfield. | 
| Validator — class, package mx.validators | 
 | 
  The Validator class is the base class for all Flex validators. | 
| Validator() — Constructor, class mx.validators.Validator | 
 | 
      Constructor. | 
| validityStatus — Property, class flash.security.XMLSignatureValidator | 
 | 
     The validity status of a verified XML signature. | 
| validNextPage — Property, class mx.printing.PrintAdvancedDataGrid | 
 | 
      Indicates that the data provider contains additional data rows that follow 
      the rows that the PrintAdvancedDataGrid control currently displays. | 
| validNextPage — Property, class mx.printing.PrintDataGrid | 
 | 
   Indicates the data provider contains additional data rows that follow 
   the rows that the PrintDataGrid control currently displays. | 
| validNextPage — Property, class mx.printing.PrintOLAPDataGrid | 
 | 
      Indicates that the data provider contains additional data rows that follow 
      the rows that the PrintOLAPDataGrid control currently displays. | 
| validPatternChars — Property, class mx.formatters.PhoneFormatter | 
 | 
      List of valid characters that can be used
      in the formatString property. | 
| validPoints — Property, class mx.charts.series.renderData.LineSeriesRenderData | 
 | 
   The number of points in the cache that were not filtered out by the axes. | 
| validPreviousPage — Property, class mx.printing.PrintAdvancedDataGrid | 
 | 
      Indicates that the data provider contains data rows that precede 
      the rows that the PrintAdvancedDataGrid control currently displays. | 
| validPreviousPage — Property, class mx.printing.PrintOLAPDataGrid | 
 | 
      Indicates that the data provider contains data rows that precede 
      the rows that the PrintOLAPDataGrid control currently displays. | 
| value — Property, class flash.net.URLRequestHeader | 
 | 
  The value associated with the name property (such as text/plain). | 
| value — Property, class mx.charts.AxisLabel | 
 | 
   The value that the label represents. | 
| value — Property, class mx.charts.chartClasses.BoundedValue | 
 | 
   The value to be rendered. | 
| value — Property, class mx.charts.series.items.PieSeriesItem | 
 | 
   The value this wedge represents from the PieSeries' dataProvider. | 
| value — Property, class mx.collections.CursorBookmark | 
 | 
      The underlying marker representation of the bookmark. | 
| value — Property, class mx.controls.ComboBase | 
 | 
      The value of the selected item. | 
| value — Property, class mx.controls.NumericStepper | 
 | 
      Current value displayed in the text area of the NumericStepper control. | 
| value — Property, class mx.controls.ProgressBar | 
 | 
      Read-only property that contains the amount of progress
      that has been made - between the minimum and maximum values. | 
| value — Property, class mx.controls.RadioButton | 
 | 
      Optional user-defined value
      that is associated with a RadioButton control. | 
| value — Property, class mx.controls.listClasses.AdvancedListBase | 
 | 
      The selected item, or the data or label field of the selected item. | 
| value — Property, class mx.controls.listClasses.ListBase | 
 | 
      The selected item, or the data or label field of the selected item. | 
| value — Property, class mx.controls.sliderClasses.Slider | 
 | 
      Contains the position of the thumb, and is a number between the
      minimum and maximum properties. | 
| value — Property, class mx.effects.SetPropertyAction | 
 |  
   The new value for the property. | 
| value — Property, class mx.effects.SetStyleAction | 
 |  
   The new value for the style property. | 
| value — Property, class mx.effects.effectClasses.SetPropertyActionInstance | 
 |  
   The new value for the property. | 
| value — Property, class mx.effects.effectClasses.SetStyleActionInstance | 
 |  
   The new value for the property. | 
| value — Property, class mx.events.NumericStepperEvent | 
 | 
  The value of the NumericStepper control when the event was dispatched. | 
| value — Property, class mx.events.SliderEvent | 
 | 
      The new value of the slider. | 
| value — Property, class mx.events.TweenEvent | 
 | 
   For a tweenStart or tweenUpdate event, the value passed to the 
   onTweenUpdate() method; for a tweenEnd event, 
   the value passed to the onTweenEnd() method. | 
| value — Property, interface mx.olap.IOLAPCell | 
 | 
     The raw value in the cell. | 
| value — Property, class mx.olap.OLAPCell | 
 | 
     The raw value in the cell. | 
| value — Property, class mx.states.SetProperty | 
 | 
      The new value for the property. | 
| value — Property, class mx.states.SetStyle | 
 | 
           The new value for the style. | 
| valueCommit — Event, class mx.core.UIComponent | 
 | 
  Dispatched when values are changed programmatically
  or by user interaction. | 
| VALUE_COMMIT — Constant Static Property, class mx.events.FlexEvent | 
 | 
      The FlexEvent.VALUE_COMMIT constant defines the value of the
      type property of the event object for a valueCommit
      event. | 
| valueOf() — method,  class Boolean | 
 | 
  Returns true if the value of the specified Boolean 
  object is true; false otherwise. | 
| valueOf() — method,  class Date | 
 | 
  Returns the number of milliseconds since midnight January 1, 1970, universal time, 
  for a Date object. | 
| valueOf() — method,  class int | 
 | 
  Returns the primitive value of the specified int object. | 
| valueOf() — method,  class Namespace | 
 | 
    Returns the URI value of the specified object. | 
| valueOf() — method,  class Number | 
 | 
 Returns the primitive value type of the specified Number object. | 
| valueOf() — method,  class Object | 
 | 
  Returns the primitive value of the specified object. | 
| valueOf() — method,  class QName | 
 | 
    Returns the QName object. | 
| valueOf() — method,  class String | 
 | 
  Returns the primitive value of a String instance. | 
| valueOf() — method,  class uint | 
 | 
  Returns the primitive uint type value of the specified
  uint object. | 
| valueOf() — method,  class XML | 
 | 
 Returns the XML object. | 
| valueOf() — method,  class XMLList | 
 | 
 Returns the XMLList object. | 
| values — Property, class mx.controls.sliderClasses.Slider | 
 | 
      An array of values for each thumb when thumbCount
      is greater than 1. | 
| var — Statement | 
 | Specifies a variable. | 
| variableRowHeight — Property, class mx.controls.listClasses.AdvancedListBase | 
 | 
      A flag that indicates whether the individual rows can have different
      height. | 
| variableRowHeight — Property, class mx.controls.listClasses.ListBase | 
 | 
      A flag that indicates whether the individual rows can have different
      height. | 
| VARIABLES — Constant Static Property, class flash.net.URLLoaderDataFormat | 
 | 
  Specifies that downloaded data is received as URL-encoded variables. | 
| variant — Property, class mx.resources.Locale | 
 | 
      The variant part of this Locale instance. | 
| VBox — class, package mx.containers | 
 | 
  The VBox container lays out its children in a single vertical column. | 
| VBox() — Constructor, class mx.containers.VBox | 
 | 
   Constructor. | 
| VDividedBox — class, package mx.containers | 
 | 
  The VDividedBox container lays out its children vertically
  in the same way as the VBox container, but it inserts
  a draggable divider in the gap between each child. | 
| VDividedBox() — Constructor, class mx.containers.VDividedBox | 
 | 
   Constructor. | 
| verify(signature:XML) — method,  class flash.security.XMLSignatureValidator | 
 | 
  Verifies the specified signature. | 
| VerifyError — Dynamic Class, Top Level | 
 | 
 The VerifyError class represents an error that occurs when a malformed 
 or corrupted SWF file is encountered. | 
| VerifyError(message:String) — Constructor, class VerifyError | 
 | 
  Creates a new VerifyError object. | 
| version — Static Property, class flash.system.Capabilities | 
 |  
  Specifies the Flash Player or Adobe® AIR
  platform and version information. | 
| VERSION_2_0 — Constant Static Property, class mx.core.FlexVersion | 
 |  
      The compatibilityVersion value of Flex 2.0,
      encoded numerically as a uint. | 
| VERSION_2_0_1 — Constant Static Property, class mx.core.FlexVersion | 
 |  
      The compatibilityVersion value of Flex 2.0.1,
      encoded numerically as a uint. | 
| VERSION_3_0 — Constant Static Property, class mx.core.FlexVersion | 
 |  
      The compatibilityVersion value of Flex 3.0,
      encoded numerically as a uint. | 
| VERSION_ALREADY_READ — Constant Static Property, class mx.core.FlexVersion | 
 | 
      A String passed as a parameter
      to the compatibilityErrorFunction() method 
      if the compatibility version has already been read. | 
| VERSION_ALREADY_SET — Constant Static Property, class mx.core.FlexVersion | 
 | 
      A String passed as a parameter
      to the compatibilityErrorFunction() method
      if the compatibility version has already been set. | 
| VERTICAL — Constant Static Property, class flash.display.LineScaleMode | 
 | 
 With this setting used as the scaleMode parameter of the lineStyle()
 method, the thickness of the line scales only horizontally. | 
| VERTICAL — Constant Static Property, class mx.charts.chartClasses.ChartBase | 
 |  | 
| VERTICAL — Constant Static Property, class mx.containers.BoxDirection | 
 | 
   Specifies that children of the Box container are laid out vertically. | 
| VERTICAL — Constant Static Property, class mx.containers.FormItemDirection | 
 | 
      Specifies that the children of the FormItem container
      are laid out vertically. | 
| VERTICAL — Constant Static Property, class mx.containers.TileDirection | 
 | 
   Specifies that the children of the Tile container are laid out
   vertically; that is, starting with the first column. | 
| VERTICAL — Constant Static Property, class mx.controls.listClasses.TileBaseDirection | 
 | 
   Arrange chidren vertically. | 
| VERTICAL — Constant Static Property, class mx.controls.scrollClasses.ScrollBarDirection | 
 | 
   Specifies that a ScrollBar control is for vertical scrolling. | 
| VERTICAL — Constant Static Property, class mx.controls.sliderClasses.SliderDirection | 
 | 
   Specifies to display a vertical slider. | 
| VERTICAL — Constant Static Property, class mx.core.ContainerLayout | 
 | 
   Use vertical layout for the contents of this container. | 
| VERTICAL — Constant Static Property, class mx.events.ScrollEventDirection | 
 | 
   The user scrolled vertically. | 
| verticalAlign — Style, class mx.containers.GridRow
 | 
 | Vertical alignment of children in the container. | 
 |  | 
| verticalAlign — Style, class mx.containers.Box
 | 
 | Vertical alignment of children in the container. | 
 |  | 
| verticalAlign — Style, class mx.containers.Panel
 | 
 | Vertical alignment of children in the container. | 
 |  | 
| verticalAlign — Style, class mx.containers.Tile
 | 
 | Vertical alignment of each child inside its tile cell. | 
 |  | 
| verticalAlign — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer
 | 
 | Vertical alignment of the header text. | 
 |  | 
| verticalAlign — Style, class mx.controls.listClasses.ListBase
 | 
 | The vertical alignment of a renderer in a row. | 
 |  | 
| verticalAlign — Style, class mx.controls.listClasses.AdvancedListBase
 | 
 | The vertical alignment of a renderer in a row. | 
 |  | 
| verticalAlign — Style, class mx.controls.ButtonBar
 | 
 | Vertical alignment of all buttons within the ButtonBar. | 
 |  | 
| verticalAlign — Style, class mx.controls.SWFLoader
 | 
 | The vertical alignment of the content when it does not have a one-to-one aspect ratio. | 
 |  | 
| verticalAlign — Style, class mx.controls.TabBar
 | 
 | Vertical alignment of all tabs within the TabBar. | 
 |  | 
| verticalAlign — Style, class mx.core.LayoutContainer
 | 
 | Vertical alignment of children in the container. | 
 |  | 
| verticalAlternateFill — Style, class mx.charts.GridLines
 | 
 | Specifies the fill pattern for alternating vertical bands not defined by the fill property. | 
 |  | 
| verticalAxis — Property, class mx.charts.chartClasses.CartesianChart | 
 | 
      Defines the labels, tick marks, and data position
      for items on the y-axis. | 
| verticalAxis — Property, class mx.charts.chartClasses.CartesianDataCanvas | 
 | 
      Defines the labels, tick marks, and data position
      for items on the y-axis. | 
| verticalAxis — Property, class mx.charts.chartClasses.HLOCSeriesBase | 
 | 
   Defines the labels, tick marks, and data position
   for items on the y-axis. | 
| verticalAxis — Property, class mx.charts.chartClasses.StackedSeries | 
 | 
   Defines the labels, tick marks, and data position
   for items on the y-axis. | 
| verticalAxis — Property, class mx.charts.series.AreaSeries | 
 | 
      Defines the labels, tick marks, and data position
      for items on the y-axis. | 
| verticalAxis — Property, class mx.charts.series.BarSeries | 
 | 
      Defines the labels, tick marks, and data position
      for items on the y-axis. | 
| verticalAxis — Property, class mx.charts.series.BubbleSeries | 
 | 
      Defines the labels, tick marks, and data position
      for items on the y-axis. | 
| verticalAxis — Property, class mx.charts.series.ColumnSeries | 
 | 
      Defines the labels, tick marks, and data position
      for items on the y-axis. | 
| verticalAxis — Property, class mx.charts.series.LineSeries | 
 | 
      Defines the labels, tick marks, and data position
      for items on the y-axis. | 
| verticalAxis — Property, class mx.charts.series.PlotSeries | 
 | 
      Defines the labels, tick marks, and data position
      for items on the y-axis. | 
| VERTICAL_AXIS — Constant Static Property, class mx.charts.chartClasses.CartesianTransform | 
 | 
  A String representing the vertical axis. | 
| verticalAxisRatio — Property, class mx.charts.chartClasses.CartesianChart | 
 | 
      Determines the width limit of the vertical axis. | 
| verticalAxisRenderer — Property, class mx.charts.chartClasses.CartesianChart | 
 | 
      Specifies how data appears along the y-axis of a chart. | 
| verticalAxisRenderers — Property, class mx.charts.chartClasses.CartesianChart | 
 | 
      Specifies how data appears along the y-axis of a chart. | 
| verticalAxisStyleName — Style, class mx.charts.chartClasses.CartesianChart
 | 
 | The class selector that defines the style properties for the vertical axis. | 
 |  | 
| verticalAxisStyleNames — Style, class mx.charts.chartClasses.CartesianChart
 | 
 | An array of class selectors that define the style properties for vertical axes. | 
 |  | 
| verticalAxisTitleAlignment — Style, class mx.charts.AxisRenderer
 | 
 | Specifies how vertical axis title is to be rendered. | 
 |  | 
| verticalCenter — Property, class mx.flash.UIMovieClip | 
 | 
      The vertical distance in pixels from the center of the component's content area 
      to the center of the component. | 
| verticalCenter — Style, class mx.core.UIComponent
 | 
 | The vertical distance in pixels from the center of the component's content area to the center of the component. | 
 |  | 
| verticalChangeCount — Style, class mx.charts.GridLines
 | 
 | Specifies the number of tick marks between vertical grid lines. | 
 |  | 
| verticalDividerCursor — Style, class mx.containers.DividedBox
 | 
 | The cursor skin for a vertical DividedBox. | 
 |  | 
| verticalFill — Style, class mx.charts.GridLines
 | 
 | Specifies the fill pattern for alternating vertical bands created by the grid lines. | 
 |  | 
| verticalFocus — Property, class mx.charts.effects.SeriesZoom | 
 | 
   Defines the location of the focal point of the zoom. | 
| verticalFocus — Property, class mx.charts.effects.effectClasses.SeriesZoomInstance | 
 | 
   Defines the location of the focul point of the zoom. | 
| verticalGap — Style, class mx.charts.LegendItem
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.charts.Legend
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.containers.dividedBoxClasses.BoxDivider
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.containers.Form
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.containers.Box
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.containers.ViewStack
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.containers.Accordion
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.containers.Panel
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.containers.Tile
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.containers.Grid
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.containers.FormItem
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.controls.listClasses.TileListItemRenderer
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.controls.Button
 | 
 | Gap between the button's label and icon when the labelPlacement property is set to "top" or "bottom". | 
 |  | 
| verticalGap — Style, class mx.controls.ColorPicker
 | 
 | Vertical gap between swatches in the grid. | 
 |  | 
| verticalGap — Style, class mx.controls.LinkBar
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.controls.ButtonBar
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.controls.DateChooser
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.controls.ProgressBar
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.controls.TabBar
 | 
 | Number of pixels between tab navigation items in the vertical direction. | 
 |  | 
| verticalGap — Style, class mx.core.LayoutContainer
 | 
 | Number of pixels between children in the vertical direction. | 
 |  | 
| verticalGradientMatrix(x:Number, y:Number, width:Number, height:Number) — method,  class mx.core.UIComponent | 
 | 
      Returns a box Matrix which can be passed to drawRoundRect()
      as the rot parameter when drawing a vertical gradient. | 
| verticalGradientMatrix(x:Number, y:Number, width:Number, height:Number) — method,  class mx.skins.ProgrammaticSkin | 
 | 
   Utility function to create a vertical gradient matrix. | 
| verticalGridLineColor — Style, class mx.controls.DataGrid
 | 
 | The color of the vertical grid lines. | 
 |  | 
| verticalGridLineColor — Style, class mx.controls.AdvancedDataGridBaseEx
 | 
 | The color of the vertical grid lines. | 
 |  | 
| verticalGridLines — Style, class mx.controls.DataGrid
 | 
 | A flag that indicates whether to show vertical grid lines between the columns. | 
 |  | 
| verticalGridLines — Style, class mx.controls.AdvancedDataGridBaseEx
 | 
 | A flag that indicates whether to show vertical grid lines between the columns. | 
 |  | 
| verticalLineScrollSize — Property, class mx.core.Container | 
 | 
      Number of pixels to scroll when the up- or down-arrow
      button in the vertical scroll bar is pressed,
      or when you scroll by using the mouse wheel. | 
| verticalLockedSeparatorSkin — Style, class mx.controls.DataGrid
 | 
 | The class to use as the skin that defines the appearance of the separator between the locked and unlocked columns in a DataGrid control. | 
 |  | 
| verticalLockedSeparatorSkin — Style, class mx.controls.AdvancedDataGridBaseEx
 | 
 | The class to use as the skin that defines the appearance of the separator between the locked and unlocked columns in a AdvancedDataGrid control. | 
 |  | 
| verticalOriginStroke — Style, class mx.charts.GridLines
 | 
 | Specifies the line style for the vertical origin. | 
 |  | 
| verticalPageScrollSize — Property, class mx.core.Container | 
 | 
      Number of pixels to scroll when the track
      in the vertical scroll bar is pressed. | 
| verticalScrollBar — Property, class mx.core.Container | 
 | 
      The vertical scrollbar used in this container. | 
| verticalScrollBar — Property, class mx.core.ScrollControlBase | 
 | 
      The vertical scroll bar. | 
| verticalScrollBarStyleName — Style, class mx.core.Container
 | 
 | The name of the vertical scrollbar style. | 
 |  | 
| verticalScrollBarStyleName — Style, class mx.core.ScrollControlBase
 | 
 | Style name for vertical scrollbar. | 
 |  | 
| verticalScrollPolicy — Property, class mx.controls.TextArea | 
 | 
      Whether the vertical scroll bar is
      always on (ScrollPolicy.ON),
      always off (ScrollPolicy.OFF),
      or turns on when needed (ScrollPolicy.AUTO). | 
| verticalScrollPolicy — Property, class mx.core.Container | 
 | 
      Specifies whether the vertical scroll bar is always present,
      always absent, or automatically added when needed. | 
| verticalScrollPolicy — Property, class mx.core.ScrollControlBase | 
 | 
      A property that indicates whether the vertical scroll bar is always on, always off,
      or automatically changes based on the parameters passed to the
      setScrollBarProperties() method. | 
| verticalScrollPosition — Property, class mx.controls.TextArea | 
 | 
      Line number of the top row of characters that is currently displayed. | 
| verticalScrollPosition — Property, class mx.core.Container | 
 | 
      The current position of the vertical scroll bar. | 
| verticalScrollPosition — Property, interface mx.core.IContainer | 
 | 
      The current position of the vertical scroll bar. | 
| verticalScrollPosition — Property, class mx.core.ScrollControlBase | 
 | 
      The offset into the content from the top edge. | 
| verticalSeparatorSkin — Style, class mx.controls.DataGrid
 | 
 | The class to use as the skin that defines the appearance of the separators between columns in a DataGrid control. | 
 |  | 
| verticalSeparatorSkin — Style, class mx.controls.AdvancedDataGridBaseEx
 | 
 | The class to use as the skin that defines the appearance of the separators between columns in a AdvancedDataGrid control. | 
 |  | 
| verticalShowOrigin — Style, class mx.charts.GridLines
 | 
 | Determines whether to draw the vertical Origin. | 
 |  | 
| verticalStroke — Style, class mx.charts.GridLines
 | 
 | Specifies the line style for vertical grid lines. | 
 |  | 
| verticalTickAligned — Style, class mx.charts.GridLines
 | 
 | Determines whether to align vertical grid lines with tick marks. | 
 |  | 
| Video — class, package flash.media | 
 | 
 
 The Video class displays live or recorded video in an application 
 without embedding the video in your SWF file. | 
| Video(width:int, height:int) — Constructor, class flash.media.Video | 
 | 
  Creates a new Video instance. | 
| VideoDisplay — class, package mx.controls | 
 | 
  The VideoDisplay control lets you play an FLV file in a Flex application. | 
| VideoDisplay() — Constructor, class mx.controls.VideoDisplay | 
 | 
      Constructor. | 
| VideoDisplayAutomationImpl — class, package mx.automation.delegates.controls | 
 | 
 
  Defines methods and properties required to perform instrumentation for the 
  VideoDisplay control. | 
| VideoDisplayAutomationImpl(obj:mx.controls:VideoDisplay) — Constructor, class mx.automation.delegates.controls.VideoDisplayAutomationImpl | 
 | 
      Constructor. | 
| VideoError — class, package mx.controls.videoClasses | 
 | 
  The VideoError class represents the error codes for errors 
  thrown by the VideoDisplay control. | 
| VideoError(errCode:uint, msg:String) — Constructor, class mx.controls.videoClasses.VideoError | 
 | 
   Constructor
      | 
| VideoEvent — class, package mx.events | 
 | 
  The VideoEvent class represents the event object passed to the event listener for 
  events dispatched by the VideoDisplay control, and defines the values of 
  the VideoDisplay.state property. | 
| VideoEvent(type:String, bubbles:Boolean, cancelable:Boolean, state:String, playheadTime:Number) — Constructor, class mx.events.VideoEvent | 
 | 
   Constructor. | 
| videoHeight — Property, class flash.media.Video | 
 | 
   An integer specifying the height of the video stream, in pixels. | 
| videoHeight — Property, class mx.controls.VideoDisplay | 
 | 
      Height of the loaded FLV file. | 
| videoWidth — Property, class flash.media.Video | 
 | 
   An integer specifying the width of the video stream, in pixels. | 
| videoWidth — Property, class mx.controls.VideoDisplay | 
 | 
      Width of the loaded FLV file. | 
| view — Property, class mx.collections.HierarchicalCollectionViewCursor | 
 | 
      A reference to the ICollectionView with which this cursor is associated. | 
| view — Property, interface mx.collections.IViewCursor | 
 | 
      A reference to the ICollectionView with which this cursor is associated. | 
| viewMetrics — Property, class mx.core.Container | 
 | 
      Returns an object that has four properties: left,
      top, right, and bottom. | 
| viewMetrics — Property, interface mx.core.IContainer | 
 | 
      Returns an object that has four properties: left,
      top, right, and bottom. | 
| viewMetrics — Property, class mx.core.ScrollControlBase | 
 | 
      An EdgeMetrics object taking into account the scroll bars,
      if visible. | 
| viewMetricsAndPadding — Property, class mx.core.Container | 
 | 
      Returns an object that has four properties: left,
      top, right, and bottom. | 
| views — Property, class flash.data.SQLSchemaResult | 
 | 
     An array of SQLViewSchema instances requested in a call
     to SQLConnection.loadSchema(). | 
| viewSourceURL — Property, class mx.core.Application | 
 | 
      URL where the application's source can be viewed. | 
| ViewStack — class, package mx.containers | 
 | 
  A ViewStack navigator container consists of a collection of child
  containers stacked on top of each other, where only one child
  at a time is visible. | 
| ViewStack() — Constructor, class mx.containers.ViewStack | 
 | 
   Constructor. | 
| ViewStackAutomationImpl — class, package mx.automation.delegates.containers | 
 | 
 
  Defines the methods and properties required to perform instrumentation for the 
  ViewStack class. | 
| ViewStackAutomationImpl(obj:mx.containers:ViewStack) — Constructor, class mx.automation.delegates.containers.ViewStackAutomationImpl | 
 | 
      Constructor. | 
| VISA — Constant Static Property, class mx.validators.CreditCardValidatorCardType | 
 | 
   Specifies the card type as Visa. | 
| visible — Property, class flash.display.DisplayObject | 
 | 
     Whether or not the display object is visible. | 
| visible — Property, class flash.display.NativeWindow | 
 |  
      Specifies whether this window is visible. | 
| visible — Property, class flash.ui.ContextMenuItem | 
 | 
  Indicates whether the specified menu item is visible when the Flash Player
  context menu is displayed. | 
| visible — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | 
 | 
      If true, the column is visible. | 
| visible — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | 
 | 
     Contains true if the column is currently visible. | 
| visible — Property, class mx.controls.dataGridClasses.DataGridColumn | 
 | 
      A flag that indicates whethe the column is visible. | 
| visible — Property, interface mx.core.IFlexDisplayObject | 
 | 
     Whether or not the display object is visible. | 
| visible — Property, interface mx.core.IWindow | 
 | 
   Controls the window's visibility. | 
| visible — Property, class mx.core.UIComponent | 
 | 
      Controls the visibility of this UIComponent. | 
| visible — Property, class mx.core.Window | 
 | 
   Controls the window's visibility. | 
| visible — Property, class mx.preloaders.DownloadProgressBar | 
 | 
   Specifies whether the download progress bar is visible. | 
| visibleBounds — Property, class flash.display.Screen | 
 | 
   The bounds of the area on this screen in which windows will be visible. | 
| visibleCellRenderers — Property, class mx.controls.AdvancedDataGrid | 
 | 
      A hash table of data provider item renderers currently in view. | 
| visibleChildren — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | 
 | 
     An Array of the currently visible child AdvancedDataGridHeaderInfo instances. | 
| visibleData — Property, class mx.controls.listClasses.AdvancedListBase | 
 | 
      A hash table of data provider item renderers currently in view. | 
| visibleData — Property, class mx.controls.listClasses.ListBase | 
 | 
      A hash table of data provider item renderers currently in view. | 
| visibleData — Property, class mx.controls.listClasses.ListBaseContentHolder | 
 | 
      A hash table of data provider item renderers currently in view. | 
| visibleHeaderInfos — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase | 
 | 
      An Array of AdvancedDataGridHeaderRenderer instances that 
      define the header item renderers for the displayable columns. | 
| visibleIndex — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | 
 | 
     The index of this column in the list of visible children of its parent
     AdvancedDataGridHeaderInfo instance,
     if this column is part of a column group. | 
| visibleRegion — Property, class mx.charts.chartClasses.RenderData | 
 | 
   The rectangle describing the possible coordinate range
   that a series can display on screen. | 
| visibleToAbsoluteColumnIndex(columnIndex:int) — method,  class mx.controls.AdvancedDataGridBaseEx | 
 | 
      Converts the current visible column index of a column to 
      its corresponding absolute index. | 
| void — Operator | 
 | Evaluates an expression and then discards its value, returning undefined. | 
| void — Special Type | 
 | Specifies that a function cannot return any value. | 
| volume — Property, class flash.media.SoundTransform | 
 | 
  The volume, ranging from 0 (silent) to 1 (full volume). | 
| volume — Property, class mx.controls.VideoDisplay | 
 | 
      The volume level, specified as an value between 0 and 1. | 
| volumeEasingFunction — Property, class mx.effects.SoundEffect | 
 | 
      The easing function for the volume effect. | 
| volumeEasingFunction — Property, class mx.effects.effectClasses.SoundEffectInstance | 
 | 
  The easing function for the volume effect. | 
| volumeFrom — Property, class mx.effects.SoundEffect | 
 | 
      Initial volume of the Sound object. | 
| volumeFrom — Property, class mx.effects.effectClasses.SoundEffectInstance | 
 | 
  Initial volume of the Sound object. | 
| volumeTo — Property, class mx.effects.SoundEffect | 
 | 
      Final volume of the Sound object. | 
| volumeTo — Property, class mx.effects.effectClasses.SoundEffectInstance | 
 | 
  Final volume of the Sound object. | 
| voucherEndDate — Property, class flash.events.DRMStatusEvent | 
 | 
  The absolute date on which the voucher expires and the content can no longer be viewed by users. | 
| VRule — class, package mx.controls | 
 | 
  The VRule control creates a single vertical line. | 
| VRule() — Constructor, class mx.controls.VRule | 
 | 
   Constructor
   | 
| VScrollBar — class, package mx.controls | 
 | 
  The VScrollBar (vertical ScrollBar) control  lets you control
  the portion of data that is displayed when there is too much data
  to fit in a display area. | 
| VScrollBar() — Constructor, class mx.controls.VScrollBar | 
 | 
      Constructor. | 
| VSlider — class, package mx.controls | 
 |  
  The VSlider control lets users select a value by moving
  a slider thumb between the end points of the slider track. | 
| VSlider() — Constructor, class mx.controls.VSlider | 
 | 
   Constructor. | 
 | 
|  Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z   |