ICubeAttachmentManager.SupportWriteAttachments

Syntax

SupportWriteAttachments(Iterator: IMatrixModelIterator): Boolean;

Parameters

Iterator. Iterator of matrix with attachments.

Description

The SupportWriteAttachments method checks whether the list of attachments can be changed in the current iterator position.

Comments

The list of attachments can be changed, if the current iterator position contains facts binding to the field to store attachments.

The method returns True, if list of attachments can be changed and False, if list of attachments is unavailable for edit.

Example

The example of use is given in description of the ICubeAttachmentManager.EditAttachments method.

See also:

ICubeAttachmentManager