vmtinfo.pas

来自「《Delphi技术手册源码》原书佩戴的光盘」· PAS 代码 · 共 13 行

PAS
13
字号
unit VmtInfo;

interface

// Routines for accessing the undocumented fields of
// the Virtual Method Table (VMT).
//
// The GetVmtInfo function returns an IVmtInfo, and GetTypeInfo returns
// an ITypeInfo interface. The properties and methods should be
// self-explanatory.

// The actual implementation of these methods is in the VmtImpl unit.
// Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?