TTMSFNCResponsiveManagerConstraint Class
Defines the size, string, boolean, or numeric threshold at which a responsive manager state becomes active.
API unit family: TMSFNCResponsiveManager
Inherits from: TPersistent
Syntax
TTMSFNCResponsiveManagerConstraint = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BooleanValue | The boolean value that activates this constraint when Mode is cmBoolean. Defaults to False. |
| Height | The height threshold in pixels that activates this constraint when Mode is cmSize. |
| NumberValue | The numeric threshold that activates this constraint when Mode is cmNumber. |
| StringValue | The string value that activates this constraint when Mode is cmString. |
| Width | The width threshold in pixels that activates this constraint when Mode is cmSize. |