Owneds

 (Available in 00 TS Tools(Base) - TS_Tools_Root0)

Purpose

Get the owned objects

Syntax

IF Alen( oSomeObject:Owneds )==0 THEN

Description

Get the owned objects as an array of objects

Note: The 'TS_Root0' class does not support a owner. Use the 'TS_Root1' class is a owner needs to be registered.

Note: The 'TS_Root0' class does not supports owned's, If you want to automaticly build an owner/owneds-tree then use the 'TS_Root2' class.

Source

ACCESS Owneds AS ARRAY PASCAL CLASS TS_Root0
   TSTrace Enter
   TSTrace Leave
RETURN NULL_ARRAY