gpt4 book ai didi

Delphi 2010 RTTI - 如何获取索引属性列表?

转载 作者:行者123 更新时间:2023-12-03 15:53:29 24 4
gpt4 key购买 nike

  Cont := TRttiContext.Create;
for Prop in Cont.GetType(TStrings).GetDeclaredProperties do
Memo1.Lines.Add(Prop.ToString);
Cont.Free;

我获取了 TStrings 除索引属性(字符串、值等)之外的所有属性的列表。正如我在 Get[Declared]Properties 中看到的那样,属性从来都不是索引属性。我怎样才能获得索引属性?

最佳答案

你不能。它们不包含在 Delphi 2010 的 RTTI 中。

关于Delphi 2010 RTTI - 如何获取索引属性列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3452920/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com