Description
Read-write. Returns the horizontal location of the data image.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object variable.x = nlocation
Parameters
Object variable is a reference to the Point object. For more information, see Point Object (page Point Object).
x is the command
nlocation is the horizontal location of the data image.
Example
Set p = Application.NewPoint
p.x = 10
p.y = 20