Delphi
function GetDynaMethod(vmt: TClass; selector: SmallInt): Pointer;
C++
extern DELPHI_PACKAGE void * __fastcall GetDynaMethod(TClass vmt, short selector);
プロパティ
種類 |
可視性 |
ソース |
ユニット |
親 |
function |
public |
System.pas System.hpp |
System |
System |
説明
内部的に使用します。
GetDynaMethod は、動的メソッド ディスパッチ サポートの一部です。