S
sds
Unregistered / Unconfirmed
GUEST, unregistred user!
在程序外部有一个保存控件信息的文件,如何通过编程根据此文件控件信息动态在窗口中导入控件(或属性的赋值)
如文件内容:
object Button1: TButton
Left = 184
Top = 136
Width = 75
Height = 25
Caption = 'hello'
TabOrder = 0
end
问如何根据此信息动态在窗口中导入控件或赋值与同类型的控件属性,谢谢!
如文件内容:
object Button1: TButton
Left = 184
Top = 136
Width = 75
Height = 25
Caption = 'hello'
TabOrder = 0
end
问如何根据此信息动态在窗口中导入控件或赋值与同类型的控件属性,谢谢!