![]() | FUNCTION GetKnowledgeModules( var data : wideString ) : WORDBOOL | FUNCTION ExportModule( KMName, fileName : 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 ) ;
...