why is TextField.size an object?

Posted by TandemAdam on Stack Overflow See other posts from Stack Overflow or by TandemAdam
Published on 2010-03-22T02:24:22Z Indexed on 2010/03/22 2:31 UTC
Read the original article Hit count: 435

Filed under:
|
|

According to the ActionScript 3.0 documentation, the TextField classes "size" property is an Object. Why is this? Clearly this is a number! When I check its type (using typeOf()), it returns "Number". So whats the deal?

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about api