[阅读: 304] 2009-03-20 17:03:11
__property int Capacity = {read=FCapacity, write=SetCapacity, nodefault};
Description
Use Capacity to find out how much memory is available for holding strings, or to reallocate the memory to allow more or fewer strings.
这个貌似意义不大,如果决定用静态的,不如在系统初始化部分按指定数量分配好。
还有,不知道STRINGLIST[N]赋值速度如何,再慢就没办法了。。。