AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkEditBox.SetPosition Method (Single, Single)

Sets the position in world coordinates of the edit box using it's top left corner.

Syntax
Pascal
procedure SetPosition(const X: Single; const Y: Single); overload;
Parameters 
Description 
const X: Single 
The X value of the position. 
const Y: Single 
The Y value of the position. 

This sets the position of the actual text entry box. Its border will extend to the left and above this point.

Copyright (c) 2012. All rights reserved.