有关stored关键字的疑问。(100分)

  • 主题发起人 主题发起人 bobiy
  • 开始时间 开始时间
B

bobiy

Unregistered / Unconfirmed
GUEST, unregistred user!
The stored directive must be followed by True, False, the name of a Boolean field, or the name of a parameterless method that returns a Boolean value. For example,
property Name: TComponentName read FName write SetName stored False;

以上是stored的help。我的理解是跟在boolean型变量之后。但Tcomponent是string。
我的英文很差,理解的不对,希望大家能给解释一下。多谢了。
 
在执行的时候只读!
 
标明这个属性是只读的
stored 后跟的还是boolean值啊
跟Tcomponent是string没关系
 
stored True 表示本属性自动流化(自动保存本属性的值),为false就不保存
 
多人接受答案了。
 
后退
顶部