Skip to main content

TdxCompositionReportLink.GetItems(TStrings,Boolean) Method

Retrieves a list of link captions.

Declaration

procedure GetItems(AStrings: TStrings; AExcludeUnassigned: Boolean);

Parameters

Name Type
AStrings TStrings
AExcludeUnassigned Boolean

Remarks

The GetItems method returns a list of link captions referenced by elements of the Items collection. The link caption is defined by the Caption property. Also item objects are returned using the TStrings.Objects property of the AStrings parameter.

If the AExcludeUnassigned value is True, only captions for the items with assigned report links are returned. Otherwise, the method returns empty strings for the items without assigned report links.

See Also