R
RealConst
Unregistered / Unconfirmed
GUEST, unregistred user!
我制作了一个Active Form,属性Property1 integer,get_Property1()和set_Property1()都通过对一个变量FProperty1来操作,但是在设计环境时保存的Property1的值在运行后或者关闭exe后都无法保存这个Active Form的属性值,只能每次都通过代码来赋值,也试过在impl文件的public下加过
property Property1 read Get_Property1() write Set_Property1() stored true;
和
property Property1 read FProperty1 write FProperty1 stored true;
请问该如何使用标准做法保存属性值?急急急急急急!!!
property Property1 read Get_Property1() write Set_Property1() stored true;
和
property Property1 read FProperty1 write FProperty1 stored true;
请问该如何使用标准做法保存属性值?急急急急急急!!!