Table of Contents

TTMSFNCCustomResponsiveManager.LoadState Method

Activates the state whose string constraint matches AStringValue.

API unit family: TMSFNCResponsiveManager Declaring type: TTMSFNCCustomResponsiveManager

Overloads

Overload 1

Activates the state whose string constraint matches AStringValue.

procedure LoadState(AStringValue: string); overload; virtual;

Parameters

Name Description
AStringValue The string value to match against each state's constraint.

Overload 2

Activates the state whose boolean constraint matches ABooleanValue.

procedure LoadState(ABooleanValue: Boolean); overload; virtual;

Parameters

Name Description
ABooleanValue The boolean value to match against each state's constraint.

Overload 3

Activates the state whose numeric constraint matches ANumberValue.

procedure LoadState(ANumberValue: Extended); overload; virtual;

Parameters

Name Description
ANumberValue The numeric value to match against each state's constraint.

Overload 4

Re-evaluates the current control size and activates the best-matching size-based breakpoint state.

procedure LoadState; overload; virtual;