主页C++ Builder 资料C++ Builder 参考手册VCL 基础类TPersistent
C++ Builder 串口控件
C++ Builder 编程技巧
C++ Builder 操作指南
C++ Builder 参考手册
基础知识
cfloat 浮点数
cmath 数学函数
cstdlib 标准库函数
System 字符串
System 日期和时间
System.Math.hpp 数学函数
其他数据类型
VCL 基础类
 • TObject
 • TPersistent
   · 方法
   · TPersistent
   · ~TPersistent
   · Assign
   · GetNamePath
   · AssignTo
   · DefineProperties
   · GetOwner
 • TInterfacedPersistent
 • TComponent
 • TControl
 • TGraphicControl
 • TGraphicsObject
VCL 应用程序
Pictures 图片
Graphics 绘图
Additional 控件
System 控件
A ~ Z 字母顺序排列的目录
网友留言/技术支持
TPersistent::GetOwner - 返回对象的拥有者

TPersistent::GetOwner:

返回对象的拥有者,是 protected: 方法。GetNamePath 方法会调用 GetOwner。
TPersistent 的 GetOwner 只是简单的返回 NULL。
例如,TOwnedCollection 的 GetOwner 返回这个 collection 的 owner;TCollectionItem 的 GetOwner 返回这个项目添加在哪个 collection object 里面了,组件 (TComponent) 的 GetOwner 返回组件的 Owner 属性。

函数原型:

DYNAMIC TPersistent* __fastcall GetOwner(void);

头文件:

#include <System.Classes.hpp> (XE2 之后),#include <Classes.hpp> (XE 之前)

命名空间:

System

参数:

返回值:

返回对象的拥有者,是 protected: 方法。GetNamePath 方法会调用 GetOwner。

TPersistent 的 GetOwner 只是简单的返回 NULL。
例如,TOwnedCollection 的 GetOwner 返回这个 collection 的 owner;TCollectionItem 的 GetOwner 返回这个项目添加在哪个 collection object 里面了,组件 (TComponent) 的 GetOwner 返回组件的 Owner 属性。

兼容性:

函数 \ C++ Builder 编译器 bcc32 clang32 clang64
TPersistent::GetOwner

相关链接:

TPersistentVCL基础类

◤上一页:DefineProperties

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