Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 590 Bytes

File metadata and controls

30 lines (17 loc) · 590 Bytes

outputPanel.clear()

Availability

Flash MX 2004.

Usage

outputPanel.clear()

Parameters

None.

Returns

Nothing.

Description

Method; clears the contents of the Output panel. You can use this method in a batch processing application to clear a list of errors, or to save them incrementally by using this method with outputPanel.save().

Example

The following example clears the current contents of the Output panel:

fl.outputPanel.clear();