美文网首页
TComponent::Updated - C++ Builde

TComponent::Updated - C++ Builde

作者: 玄坴 | 来源:发表于2020-05-17 10:34 被阅读0次

C++ Builder 参考手册TComponentUpdated


头文件:#include <System.Classes.hpp>
命名空间:System::Classes
类:TComponent
访问权限:protected:
函数原型:

DYNAMIC void __fastcall Updated(void);

System::Classes::TComponent::Updated 是 System::Classes::TComponent 的成员函数,清除 ComponentState 属性里面的 csUpdating 状态。

参数:

无。

返回值:

无。

  • 清除 ComponentState 属性里面的 csUpdating 状态。
  • 子组件不跟着清除或设置状态;
  • 这是 TComponent 内部调用的方法,不需要直接调用。

参考:


C++ Builder 参考手册TComponentUpdated

相关文章

网友评论

      本文标题:TComponent::Updated - C++ Builde

      本文链接:https://www.haomeiwen.com/subject/wkoomhtx.html