TdxCustomLayoutControl.AlignmentConstraintCount Property
In This Article
Returns the number of alignment constraints defined within the layout control.
#Declaration
Delphi
property AlignmentConstraintCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property returns the number of items within the list referenced by the AlignmentConstraints property.
See Also