WebPageSource.Location

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aWebPageSource.Location

New in 2010r4

Supported for all project types and targets.

The location at which the string in the Source property should be inserted into the page. You can set this property in the Inspector using either: Before Content or After Content.

Constants

Use the class constants to specify the value of the Location property.

Class Constant Integer Value Description
LocationBeforeContent 2 The Source will be inserted into the page body just before the controls.
LocationAfterContent 3 The Source will be inserted into the page body just after the controls.

Notes

You cannot set this property in code.