[求助]components属性用法?
我在案例中看到些代码,想问问大家是什么意思!
if (self.components[order] is tcheckbox) then
if tcheckbox(self.components[order]).checked=true then
fields[tcheckbox(self.components[order]).tag].asboolean:=true;
self代表窗体自身,order是变量!
self.components[order]代表什么?
tcheckbox(self.components[order])这是什么用法啊?以前都没见过!
还有tcheckbox(self.components[order]).tag中,“tag”是什么意思?
谢谢