AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkEditBox.SetSize Method

Sets the size of the edit box in world coordinates.

Syntax
Pascal
procedure SetSize(const Width: Single; const Height: Single);
Parameters 
Description 
const Width: Single 
the new width. 
const Height: Single 
the new height. 

This sets the size of the actual text entry box. Its border will extend beyond these values.

Copyright (c) 2012. All rights reserved.