ipedit AutoSize property
Example
Return to Introduction  Previous page  Next page
Applies to
acIPEdit component.  

Declaration
property AutoSize: Boolean;  

Description
AutoSize determines whether the width and height of the edit control automatically resizes to accommodate the text (IP address).  
 
Use AutoSize to make the edit control adjust its size automatically so the client area accommodates the height of the text and width of IP sections. When AutoSize is False, the edit control has a fixed size. When AutoSize is True, the size of the control is readjusted whenever a change occurs that could affect the size of the control, such as a change to the font or border style.