Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxLayoutAlignmentConstraint.AddItem(TdxCustomLayoutItem) Method

Adds a new element (item or group) to the Items list of the TdxLayoutAlignmentConstraint object.

#Declaration

Delphi
procedure AddItem(AItem: TdxCustomLayoutItem);

#Parameters

Name Type
AItem TdxCustomLayoutItem

#Remarks

Call the AddItem method to add an element (item or group) to the items list of an alignment constraint. The AItem parameter determines a specific item/group to associate with the TdxLayoutAlignmentConstraint object. After adding the item the AlignmentConstraint property of AItem will correspond to a given alignment constraint and the alignment constraint rule specified in the Kind property is applied to the element.

See Also