OnNew  Array

The OnNew event is called when a new item was inserted.

Syntax

Array.OnNew(
     Integer index,
     Pointer obj)

Parameters

indexIndex of the new item.
objReference of the new item.

Return value

The OnNew event has no return values.

Example

message Application.Array.OnNew(Integer index, Pointer obj)
{
}
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia