主页C++ Builder 资料C++ Builder 参考手册VCL 基础类TObject
C++ Builder 串口控件
C++ Builder 编程技巧
C++ Builder 操作指南
C++ Builder 参考手册
基础知识
cfloat 浮点数
cmath 数学函数
cstdlib 标准库函数
System 字符串
System 日期和时间
System.Math.hpp 数学函数
其他数据类型
VCL 基础类
 • TObject
   · 方法
   · TObject
   · ~TObject
   · Free
   · DisposeOf
   · InitInstance
   · NewInstance
   · InstanceSize
   · FreeInstance
   · CleanupInstance
   · ClassType
   · ClassName
   · ClassNameIs
   · QualifiedClassName
   · UnitName
   · UnitScope
   · ClassParent
   · ClassInfo
   · InheritsFrom
   · MethodAddress
   · MethodName
   · FieldAddress
   · GetInterface
   · GetInterfaceEntry
   · GetInterfaceTable
   · Equals
   · GetHashCode
   · ToString
   · SafeCallException
   · AfterConstruction
   · BeforeDestruction
   · Dispatch
   · DefaultHandler
 • TPersistent
 • TInterfacedPersistent
 • TComponent
 • TControl
 • TGraphicControl
 • TGraphicsObject
VCL 应用程序
Pictures 图片
Graphics 绘图
Additional 控件
System 控件
A ~ Z 字母顺序排列的目录
网友留言/技术支持
TObject::Dispatch - 处理消息的函数

TObject::Dispatch:处理消息的函数

如果从 TObject 类继承的类处理了消息,Dispatch 为处理消息的函数。
如果有没处理的消息,会调用父类的消息处理,如果仍然没有处理,调用 DefaultHandler。

函数原型:

virtual void __fastcall Dispatch(void *Message);

头文件:

#include <System.hpp>

命名空间:

System

参数:

返回值:

兼容性:

函数 \ C++ Builder 编译器 bcc32 clang32 clang64
TObject::Dispatch

相关链接:

DefaultHandlerTObjectVCL基础类

◤上一页:BeforeDestruction下一页:DefaultHandler

C++ 爱好者 -- Victor Chen 的个人网站 www.cppfans.com 辽ICP备11016859号