describeType

 

It is slow though.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, February 27, 2008 9:42 AM
To: FlexCoders
Subject: [flexcoders] Programmatically know if property is a Getter or
Setter?

 

Is there a programmatic way to know if a property is Getter or Setter?

public function set speed(v:Number):void
{
_speed=v;
} 
public function get speed():Number
{
return _speed;
}

--
-- Keith H --

 

Reply via email to