Skip to main content

TdxLayoutAlignmentConstraint.RemoveItem(TdxCustomLayoutItem) Method

Deletes an item/group from the list of associated elements.

Declaration

procedure RemoveItem(AItem: TdxCustomLayoutItem);

Parameters

Name Type
AItem TdxCustomLayoutItem

Remarks

Call the RemoveItem method to delete an item/group from the alignment constraint Items list. The AItem parameter specifies the item/group to be removed from the list of associated elements. When an alignment constraint contains less than 2 items, it destroys itself.

See Also