FUNCTION GetItems( KMName : wideString ; var data : wideString ) : WORDBOOL

Retrieves a complete list of objects held within the Knowledge Module (KMName) as an XML string (data). For more information on the format of the items see the XML Syntax section.

Delphi Sample

...
myObject . GetItems( 'Expenses', data ) ;
...