你好我有一個問題是可能的我在Delphi中創建子類的循環?我看到一些關於RTTI,但我不能找到如何在運行時創建屬性的類 爲例 謝謝 Type
TclassX = class
private
public
X1 : integer;
X2 : String;
end;
Type
TRecord = class
ID : T
我有存儲在xml和lua代碼中的值,並通過RTTI訪問對象的屬性。 var
o, v: TValue; // o is current object
a: TStringDynArray; // params as array
ctx: TRttiContext;
tt: TRttiType;
p: TRttiProperty;
pt:
我有此測試程序https://gist.github.com/real-mielofon/5002732 RttiValue := RttiMethod.Invoke(RttiInstance, [10]);
和簡單的單元與接口: unit Unit163;
interface
type
{$M+}
ISafeIntf = interface
function T