Difference between revisions of "Lua:Class:Object"
Jump to navigation
Jump to search
(→Related Functions) |
(→Related Classes) |
||
Line 25: | Line 25: | ||
=== Related Classes === | === Related Classes === | ||
− | * [[Component]] | + | * [[Lua:Class:Component|Component]] |
− | * [[Control]] | + | * [[Lua:Class:Control|Control]] |
− | * [[WinControl]] | + | * [[Lua:Class:WinControl|WinControl]] |
− | * [[Application]] | + | * [[Lua:Class:Application|Application]] |
− | * [[Form]] | + | * [[Lua:Class:Form|Form]] |
Revision as of 01:33, 25 January 2018
Object class: (Inheritance: )
Base class for all objects.
Properties
- ClassName : string : Readonly
- The name of class.
Methods
- getClassName() : string
- Returns the class name
- destroy()
- Destroys the object