Delphi 通过名称调用控件
Delphi 通过名称调用控件
RTI (Runtime Type Information)
var
Edit: TComponent;
begin
Edit := FindComponent("Edit1");
If Edit is TEdit then
TEdit(Edit).Text := '你好 Delphi7';
end;
创建时间:2020.10.30 更新时间:
博客园 滔Roy https://www.cnblogs.com/guorongtao 希望内容对你有所帮助,谢谢!