[Overview][Types][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pLuaObject.pas line 52
type TLuaClassList = class |
||
fItems: TList; |
|
|
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
function GetPropReader(); |
|
|
function GetPropWriter(); |
|
|
function GetInfo(); |
|
|
function Add(); |
|
|
procedure Remove(); |
|
|
function IndexOf(); |
|
|
procedure Clear; |
|
|
property Count: Integer; [r] |
|
|
property ClassInfo: PLuaClassInfo; default; [r] |
|
|
end; |
|
||
| | ||
TObject |