System.GetDynaMethod

提供: RAD Studio API Documentation
移動先: 案内検索

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 は、動的メソッド ディスパッチ サポートの一部です。

https://docwiki.embarcadero.com/Libraries/Tokyo/j/index.php?title=System.GetDynaMethod&oldid=166901」から取得