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。
我的英文很差,理解的不对,希望大家能给解释一下。多谢了。
property Name: TComponentName read FName write SetName stored False;
以上是stored的help。我的理解是跟在boolean型变量之后。但Tcomponent是string。
我的英文很差,理解的不对,希望大家能给解释一下。多谢了。