Constructor For The Datagridcolumn Class - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Constructor for the DataGridColumn
class
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
new DataGridColumn(name)
Parameters
A string that indicates the name of the DataGridColumn object. This parameter is the
name
field of each item to display.
Returns
Nothing.
Description
Constructor; creates a DataGridColumn object. Use this constructor to create columns to add
to a DataGrid component. After you create the DataGridColumn objects, you can add them
to a data grid by calling
.
DataGrid.addColumn()
Example
The following example creates a DataGridColumn object called
:
Location
import mx.controls.gridclasses.DataGridColumn;
var column = new DataGridColumn("Location");
302
DataGrid component (Flash Professional only)

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents