TTMSFNCResponsiveManagerItemSizeComparer Class
Comparer used to sort responsive manager items by their constraint size, enabling the manager to find the closest matching breakpoint.
API unit family: TMSFNCResponsiveManager
Inherits from: TComparer<TTMSFNCResponsiveManagerItem>
Syntax
TTMSFNCResponsiveManagerItemSizeComparer = class(TComparer<TTMSFNCResponsiveManagerItem>)
Methods
| Name | Description |
|---|---|
| Compare | Compares two responsive manager items by their size constraint values and returns negative, zero, or positive to indicate ordering. |