ChangeAttributes Sets or Clears the given attribute(s). Fields to change are specified using a bitmask of TCsAttribute values.
See also: TCsAttribute
To set ECsAttributeDraft attribute: ChangeAttributes( ECsAttributeDraft, ECsAttributeNone );
To clear ECsAttributeDraft attribute: ChangeAttributes( ECsAttributeNone, ECsAttributeDraft );