Defines the position validator extension point for constraining positional changes. The browser window / element bounds validation with and without transform support is available via TJSPosition.Validators.

To create a unique validator extend TJSPosition.SystemBase and implement the ValidatorSystem interface.

Index