dynamic class manual.GetSet
manual.GetSet
Description
(C) 2005 flashaxe.com
GetSet.as
Class demonstrates get and set support
Field index
private var title:String;
Method index
public function get getTitle():String;
public function set setTitle(variable:String):Void;
Field details
manual\GetSet.as(10)
private var title:StringSample string variable
Method details
manual\GetSet.as(13)
public function get getTitle():Stringsample getter
manual\GetSet.as(17)
public function set setTitle(variable:String):Voidsample setter