NewFromID  Global

The NewFromID function allows to create new instances by using the ID of the object.

Syntax

Pointer Global.NewFromID(
     Integer idObject)

Parameters

idObjectID of the object (ObjectName.ID).Required

Return value

The NewFromID function returns the new object instance reference.

Example

table = NewFromID(Table.ID)

// The equivalent is:
table = new Table
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia