Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners

DB2 PHP Generator online Help

Prev Return to chapter overview Next

clear

Deletes all elements in a radio group.

 

Signature:

function clear()

 

Example:

The following code empties the 'title' control.

 

editors['title'].clear();

 

See also: addItem, removeItem, getItemCount



Prev Return to chapter overview Next