Object Naming Conventions
Mark Wieder
mwieder at ahsoftware.net
Fri Oct 7 11:24:10 EDT 2011
Richard-
Friday, October 7, 2011, 7:41:27 AM, you wrote:
> Somehow I'd gotten the idea that the "control" specifier was limited to
> ordinal references, but apparently it's not.
I do that rather extensively in PowerTools because I need an object
oriented way to deal with any type of control. Since they're all
subclassed from "control" I can deal with the base class when
accessing them, then get the first word of the name to determine the
actual type.
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list