AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkEditBox Properties

The properties of the TAgkEditBox class are listed here.

 
Name 
Description 
 
Sets an image to use for the background. 
 
Sets an image to use for the border. 
 
Sets the size of the border in world coordinates that will surround the text entry box. 
 
Returns True if the edit box has just become inactive, meaning the text may have changed and is not likely to change again in the short term. 
 
Returns the edit box that currently has focus. 
 
Sets the time in seconds between the cursor appearing and disappearing in the edit box. 
 
Sets the width in world coordinates of the text input cursor. 
 
Sets the depth of the edit box so it may appear behind or in front of other sprites and text objects. 
 
The enabled status of this edit box. 
 
Whether the edit box is fixed to the screen. 
 
Whether the edit box has focus and is accepting input. 
 
Sets the font image to use for this edit box. Use nil to return the edit box to its default font. 
 
Returns the current height of the edit box. 
 
Returns the number of lines of text the user has entered into the edit box. 
 
Sets the maximum number of characters that can be entered in the edit box. Use 0 (default) for unlimited. 
 
Sets the maximum number of lines that can be entered into this MultiLine edit box. Use 0 (default) for unlimited. 
 
Whether the edit box will wrap text to a new line when it reaches the edge of the edit box. 
 
Pos 
Returns the current position of the edit box. 
 
Text 
The text which is currently being displayed in the edit box. 
 
Sets the height in world coordinates of the text in this edit box. 
 
Whether the edit box is visible. 
 
Returns the current width of the edit box. 
 
X 
Returns the current X position of the edit box. 
 
Y 
Returns the current Y position of the edit box. 
Copyright (c) 2012. All rights reserved.